function openKarte()
{
	//alert("PopUp-Karte noch im Bau");
	myleft=(screen.width-720);
	mytop=(screen.height-600)/2;
	F1 = window.open("http://main.awo-rheinerft.de/karte/karte.php","Fenster1","width=630,height=500,left="+myleft+",top="+mytop);
	F1.focus();
}
function openPopup(datei, fenstername, width, height, left, top, location, menubar, resizable, status, scrollbars, toolbar, dependent)
{
	string='(width='+width+',height='+height+',left='+left+',top='+top+',location='+location+',menubar='+menubar+',resizable='+resizable+',status='+status+',scrollbars='+scrollbars+',toolbar='+toolbar+',dependent='+dependent+')';
	f1=window.open(datei,fenstername,string);
}

