function validate(form) {
if(!document.form1.agree.checked){alert("Have you read the terms and conditions?");
return false; }


return true;
}// JavaScript Document