function newwindow(){
	F = window.open("/cgi-bin/show-contact.pl?page=1","Formular","width=0,height=0,scrollbars=no,resizable=yes");
	F.moveTo(480,150);
	F.resizeTo(400,550);
	F.focus();
}
function stadtwindow(){
	F = window.open("/images/plan-Walldorf.jpg","Bild","width=0,height=0,depend=yes,resizeable=yes,scrollbars");
	F.moveTo(0,0);
	F.resizeTo(570,700);
	F.focus();
}
function anfahrtwindow(){
	F = window.open("/pages/anfahrt.htm","Bild","width=800,height=580,toolbar=yes,scrollbars=yes,resizable=yes,statusbar=no");
	F.moveTo(0,0);
	F.focus();
}

