// ---------- script properties RESULT PAGE REDIRECtion ---------- var results_location = "search.html"; // ---------- end of script properties ----------// ---------- end of script properties ----------function search_form(jse_Form) {	if (jse_Form.d.value.length > 0) {		document.cookie = "estsearch=" + escape(jse_Form.d.value);				window.location = results_location;	}}function validate_form1(thisform){    alert("---------------");with (thisform)  {  if (validateFirstName(fname,"Enter Correct  First Name!")==false)  {      fname.focus();      return false;  }  if (validate_required(email,"Email must be filled out!")==false)  {      email.focus();      return false;  }  }}