// Karten
function map_mw(){
popup = window.open("","map_mw","height=570,width=700,left=0,top=0,scrollbars=0,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0");
}

function map_ch(){
popup = window.open("","map_ch","height=570,width=700,left=0,top=0,scrollbars=0,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0");
}

function map_st(){
popup = window.open("","map_st","height=570,width=700,left=0,top=0,scrollbars=0,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0");
}

function planung(){
popup = window.open("","planung","height=600,width=815,left=0,top=0,scrollbars=0,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0");
}

// Popup schliessen und Hauptfenster neu laden
function navigieren(url){
parent.window.opener.focus();
parent.window.focus();
parent.window.opener.location.href = url;
}


