<!--
	function opendruck (pro) {
		window.open(pro,'druckversion','width=680,height=600,top=10,left=10,directories=0,location=0,menubar=1,resizable=1,scrollbars=1,status=1,toolbar=1');
	}


               function checkAgb (){
                        // alert ("Das formular wird gepruft");
                        if (document.forms["infoform"].elements["agb"].checked == true){
                            //alert ("Sie haben die AGB gelesen");
                            return true;
                        } else {
                            alert ("Bitte lesen Sie zuerst unsere AGB!");
                            return false;
                        }
               }	
	
// -->
