
	 
	 
	
function validate_member_form(){

//=========================================================
//Begin Validate First Name Field

	if (membershipform.firstname.value == "")
  {
    alert("Please enter a value for the First Name field.");
    membershipform.firstname.focus();
    return (false);
  }

  
//End Validate First Name Field
//=========================================================


//=========================================================
//Begin Validate Last Name Field

	if (membershipform.surname.value == "")
  {
    alert("Please enter a value for the Surname field.");
    membershipform.surname.focus();
    return (false);
  }
  

//End Validate Last Name Field
//=========================================================


//=========================================================
//Begin Validate Address Field

	if (membershipform.address.value == "")
  {
    alert("Please enter a value for the Address field.");
    membershipform.address.focus();
    return (false);
  }  

//End Validate Address Field

//=========================================================


//=========================================================
//Begin Validate Town Field

	if (membershipform.town.value == "")
  {
    alert("Please enter a value for the Town field.");
    membershipform.town.focus();
    return (false);
  }

  
//End Validate Town Field

//=========================================================

//=========================================================
//Begin Validate County Field

	if (membershipform.county.value == "")
  {
    alert("Please enter a value for the County field.");
    membershipform.county.focus();
    return (false);
  }

  
//End Validate County Field

//=========================================================

//=========================================================
//Begin Validate Postcode Field

	if (membershipform.postcode.value == "")
  {
    alert("Please enter a value for the Postcode field.");
    membershipform.postcode.focus();
    return (false);
  }

  
//End Validate Postcode Field

//=========================================================

//=========================================================
//Begin Validate Phone Number Field

	if (membershipform.phone.value == "")
  {
    alert("Please enter a value for the Phone Number field.");
    membershipform.phone.focus();
    return (false);
  }

  
//End Validate Phone Number Field

//=========================================================

//=========================================================
//Begin Validate EMail Number Field

	if (membershipform.email.value == "")
  {
    alert("Please enter a value for the EMail field.");
    membershipform.email.focus();
    return (false);
  }

  
//End Validate EMail Number Field

//=========================================================

//=========================================================
//Begin Validate Enquiry Number Field

	if (membershipform.enquiry.value == "")
  {
    alert("Please enter a value for the Enquiry field.");
    membershipform.enquiry.focus();
    return (false);
  }

  
//End Validate Enquiry Number Field

//=========================================================

  return (true);

  }
  
  <!--    


function validate_feedback_form(){

//=========================================================
//Begin Validate First Name Field

	if (feedbackform.firstname.value == "")
  {
    alert("Please enter a value for the First Name field.");
    feedbackform.firstname.focus();
    return (false);
  }

  
//End Validate First Name Field
//=========================================================


//=========================================================
//Begin Validate Last Name Field

	if (feedbackform.surname.value == "")
  {
    alert("Please enter a value for the Surname field.");
    feedbackform.surname.focus();
    return (false);
  }
  

//End Validate Last Name Field
//=========================================================

//=========================================================
//Begin Validate EMail Field

	if (feedbackform.email.value == "")
  {
    alert("Please enter a value for the EMail field.");
    feedbackform.email.focus();
    return (false);
  }
  

//End Validate EMail Field
//=========================================================


//=========================================================
//Begin Validate Telephone Field

	if (feedbackform.telephone.value == "")
  {
    alert("Please enter a value for the Telephone field.");
    feedbackform.telephone.focus();
    return (false);
  }  

//End Validate Telephone Field

//=========================================================


//=========================================================
//Begin Validate Feedback Field

	if (feedbackform.feedback.value == "")
  {
    alert("Please enter some feedback.");
    feedbackform.feedback.focus();
    return (false);
  }

  
//End Validate Feedback Field

//=========================================================

  return (true);

  }

//-->

  <!--    


function validate_contact_form(){

//=========================================================
//Begin Validate First Name Field

	if (contactform.firstname.value == "")
  {
    alert("Please enter a value for the First Name field.");
    contactform.firstname.focus();
    return (false);
  }

  
//End Validate First Name Field
//=========================================================


//=========================================================
//Begin Validate Last Name Field

	if (contactform.surname.value == "")
  {
    alert("Please enter a value for the Surname field.");
    contactform.surname.focus();
    return (false);
  }
  

//End Validate Last Name Field
//=========================================================

//=========================================================
//Begin Validate EMail Field

	if (contactform.email.value == "")
  {
    alert("Please enter a value for the EMail field.");
    contactform.email.focus();
    return (false);
  }
  

//End Validate EMail Field
//=========================================================


//=========================================================
//Begin Validate Telephone Field

	if (contactform.telephone.value == "")
  {
    alert("Please enter a value for the Telephone field.");
    contactform.telephone.focus();
    return (false);
  }  

//End Validate Telephone Field

//=========================================================


//=========================================================
//Begin Validate Feedback Field

	if (contactform.enquiry.value == "")
  {
    alert("Please enter an enquiry.");
    contactform.enquiry.focus();
    return (false);
  }

  
//End Validate Feedback Field

//=========================================================

  return (true);

  }

//-->

	
function validate_job_form(){

//=========================================================
//Begin Validate First Name Field

	if (jobform.firstname.value == "")
  {
    alert("Please enter a value for the First Name field.");
    jobform.firstname.focus();
    return (false);
  }

  
//End Validate First Name Field
//=========================================================


//=========================================================
//Begin Validate Last Name Field

	if (jobform.surname.value == "")
  {
    alert("Please enter a value for the Surname field.");
    jobform.surname.focus();
    return (false);
  }
  

//End Validate Last Name Field
//=========================================================


//=========================================================
//Begin Validate Address Field

	if (jobform.address.value == "")
  {
    alert("Please enter a value for the Address field.");
    jobform.address.focus();
    return (false);
  }  

//End Validate Address Field

//=========================================================


//=========================================================
//Begin Validate Town Field

	if (jobform.town.value == "")
  {
    alert("Please enter a value for the Town field.");
    jobform.town.focus();
    return (false);
  }

  
//End Validate Town Field

//=========================================================

//=========================================================
//Begin Validate County Field

	if (jobform.county.value == "")
  {
    alert("Please enter a value for the County field.");
    jobform.county.focus();
    return (false);
  }

  
//End Validate County Field

//=========================================================

//=========================================================
//Begin Validate Postcode Field

	if (jobform.postcode.value == "")
  {
    alert("Please enter a value for the Postcode field.");
    jobform.postcode.focus();
    return (false);
  }

  
//End Validate Postcode Field

//=========================================================

//=========================================================
//Begin Validate Phone Number Field

	if (jobform.phone.value == "")
  {
    alert("Please enter a value for the Phone Number field.");
    jobform.phone.focus();
    return (false);
  }

  
//End Validate Phone Number Field

//=========================================================

//=========================================================
//Begin Validate EMail Number Field

	if (jobform.email.value == "")
  {
    alert("Please enter a value for the EMail field.");
    jobform.email.focus();
    return (false);
  }

  
//End Validate EMail Number Field

//=========================================================

//=========================================================
//Begin Validate Type of Job Number Field

	if (jobform.typeofjob.value == "notselected")
  {
    alert("Please select a job type.");
    jobform.typeofjob.focus();
    return (false);
  }

  
//End Validate Type of Job Field

//=========================================================

//=========================================================
//Begin Validate Experience Number Field

	if (jobform.experience.value == "")
  {
    alert("Please enter a value for the details of your experience and current job.");
    jobform.experience.focus();
    return (false);
  }

  
//End Validate Experience Number Field

//=========================================================

  return (true);

  }
  


