// JavaScript Documentfunction MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}		function PopupFenster1() {  F = window.open("globale_popup.html","","width=500,height=500");  }    	function PopupFenster2() {  F = window.open("deutsche_popup.html","","width=500,height=500");  }    		function PopupFenster3() {  F = window.open("ehren2_popup.html","","width=800,height=400");  }    function PopupFenster4() {  F = window.open("ehren1_popup.html","","width=650,height=400" );  }