function chkForm()
	  {
	   if(document.agb_check.AGB.checked == "")
	    {
	     alert("Bitte bestätigen Sie unsere AGB gelesen zu haben!");
		 document.agb_check.AGB.focus();     
	     return false;
	    }
	   } 
	   
	   function chkFormfr()
	  {
	   if(document.agb_check.AGB.checked == "")
	    {
	     alert("Vous n'avez pas repli le checkbod des conditions d'affaires!");
		 document.agb_check.AGB.focus();     
	     return false;
	    }
	   } 
	   
	    function chkFormen()
	  {
	   if(document.agb_check.AGB.checked == "")
	    {
	     alert("You did not check the box of the terms of business!");
		 document.agb_check.AGB.focus();     
	     return false;
	    }
	   } 
