//**********NAVIGATION**************************************************** function aufruf() { top.hdline = 0; top.navipunkt = 0; top.navi.location = "/navigation.html"; top.content.location = "/content2.html"; } //**************************************************************** function set(x) { top.navipunkt = x; top.navi.location = "/navigation.html"; } //****************************************************************** //************************************************************ // Pop-up Funktion function NF(datei,thema,breite,hoehe) { eval("var fenster=window.open(datei,thema,'toolbar=no,location=no,status=no,width="+breite+",height="+hoehe+",left=0,top=0,scrollbars=yes,resizable=yes');"); fenster.resizeTo(breite,hoehe); }