

function showpicture(BILD) {
	URL = "/inc/showpicture.php?bildname="+BILD;
	window.open(URL,"ShowPicture","top=20,left=20,width=500,height=400,menubar=no,toolbar=no,status=no,statusbar=no,resizable=no,scrollbars=no,dependent=yes");
}

function ewin() {
	URL = '../inc/empfehlen.php';
	window.open(URL,'Empfehlen','width=500,height=450,screenX=100,screenY=0,menubar=no,toolbar=no,status=no,resizable=no, scrollbars=yes');
}

function contactwin() {
	URL = '../inc/kontakt.php';
	window.open(URL,'Kontaktform','width=500,height=640,screenX=100,screenY=0,menubar=no,toolbar=no,status=no,resizable=no, scrollbars=yes');
}

function formwin(URL) {
	window.open(URL,'Form','width=640,height=620,screenX=100,screenY=0,menubar=no,toolbar=no,status=no,resizable=no, scrollbars=yes');
}

function formstart(menuid) {
	URL = "../inc/formstart.php?menuid="+menuid;
	window.open(URL,'Form','width=640,height=620,screenX=100,screenY=0,menubar=no,toolbar=no,status=no,resizable=no, scrollbars=yes');
}
	
