// Normales Popup für Sitemap
function sitemap(){
popup =window.open("/sitemap.cfm","sitemap","height=580,width=585,scrollbars=1,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0");
}
// Popup schliessen und Hauptfenster neu laden
function ladeseite(url){
parent.window.opener.focus();
parent.window.focus();
parent.window.opener.location.href =url;
}
// Popup für Suche
function search()
{
x ="/cgi-bin/hse/hse3.33_win32/cgi-bin/HomepageSearchEngine.exe?title=on&text=on&cat=1&lang=de&conf=1&terms=" + document.searchform.terms.value;
 window.open(x,"search","height=320,width=240,scrollbars=1,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0");
}

