document.ValidateAGBValue=false;
function ValidateAGB() {	
   document.ValidateAGBValue=false;
   if (document.AGBform.agb_check.checked == true ) {
     document.ValidateAGBValue=true;
   }
   else {
	 alert ("Bitte bestätigen Sie die Kenntnisnahme der Geschäftsbedingungen!");
   }
   return document.ValidateAGBValue
}


