// Map
function map(){
popup = window.open("","map","height=606,width=580,left=0,top=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0");
}


// Sitemap
function sitemap(){
popup = window.open("","sitemap","height=380,width=370,left=0,top=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0");
popup.focus();
}


// Popup schliessen und Hauptfenster neu laden
function navigieren(url){
parent.window.opener.focus();
parent.window.focus();
parent.window.opener.location.href = url;
}

