function validate(terms) {

if(!document.terms.agree.checked){alert("Please read the terms and conditions and check the box");
return false; }


return true;
}