

function showspinning() {
	URL = "/inc/movie_spinning.php";
	window.open(URL,"Spinning","top=20,left=20,width=500,height=540,menubar=no,toolbar=no,status=no,statusbar=no,resizable=no,scrollbars=no,dependent=yes");
}

function showrd() {
	URL = "/inc/movie_rd.php";
	window.open(URL,"Swaging","top=20,left=20,width=500,height=540,menubar=no,toolbar=no,status=no,statusbar=no,resizable=no,scrollbars=no,dependent=yes");
}

function showpressen() {
	URL = "/inc/movie_press.php";
	window.open(URL,"Pressen","top=20,left=20,width=500,height=540,menubar=no,toolbar=no,status=no,statusbar=no,resizable=no,scrollbars=no,dependent=yes");
}

	function ist_suchwort() {
		var s = document.searchform.searchword.value;
		
		if( s.length < 3 ) {
			alert("Bitte mindestens 3 Zeichen eingeben!\n\nPlease type in min. 3 Chars!");
			document.searchform.searchword.focus();
			return false;
		}
	}



	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');
	}
	
