	function FensterOeffnenNews(Adresse){
		Fenster1 = window.open(Adresse, "Newsfenster", "width=500,height=400,left=100,top=100");
		Fenster1.focus();
	}
	
	function FensterOeffnenUnternehmen(Adresse) {
		Fenster1 = window.open(Adresse, "Beschreibung", "width=450,height=500,left=300,top=100,scrollbars=yes,resizable=yes");
		Fenster1.focus();
	}

	function FensterOeffnenStandort(Adresse){
		Fenster1 = window.open(Adresse, "Standortfenster", "width=1100,left=100,top=50,scrollbars=yes,resizable=yes");
		Fenster1.focus();
	}	

	function MM_jumpMenu(targ,selObj,restore){ //v3.0
		eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
		if (restore) selObj.selectedIndex=0;
	}