<!--

	function kleineKarte(Verzeichnis)
	{		
		Datei = Verzeichnis + "strassenplan.htm";
		F1 = window.open(Datei,"subWind","width=593,height=536,top=" + ((screen.height/2)-268) + ",left=" + ((screen.width/2)-296) + "");		
	}
	
	
	function grosseKarte(Verzeichnis)
	{
		Datei = Verzeichnis + "uebersicht.htm";
		F2 = window.open(Datei,"subWind2","width=593,height=536,top=" + ((screen.height/2)-268) + ",left=" + ((screen.width/2)-296) + "");
	}
	
	function neuesFenster(Adresse)
	{
		newWindow=window.open(Adresse,"subWind3","status,menubar,locationbar,width=800,height=500");
	}

	
	function Meldungsfenster(Verzeichnis)
	{
		Datei = Verzeichnis + "griechisch.htm";
		F2 = window.open(Datei,"subWind4","width=442,height=245,top=" + ((screen.height/2)-217) + ",left=" + ((screen.width/2)-221) + "");
	}
	
	function neuesFormFenster(Adresse)
	{
		F3=window.open(Adresse,"subWind3","scrollbars, width=600,height=700, left=" +((screen.width/2)-300)+ ",top=" + ((screen.height/2)-350) + "");
	}
	
	function neuesFlyerFenster(Adresse)
	{
		F5=window.open(Adresse,"subWind5","scrollbars, resizable=yes, width=800,height=700, left=" +((screen.width/2)-400)+ ",top=" + ((screen.height/2)-350) + "");
	}
	
//-->