function validate(form) {
if(!document.form1.agreement.checked){alert("You Must Agree!");
return false; }


return true;
}
