


function validate_form_one(){



	if (howtosponsorachild.title.value == "")
  {
    alert("Please enter a value for the Title field.");
    howtosponsorachild.title.focus();
    return (false);
  }

  

	if (howtosponsorachild.firstname.value == "")
  {
    alert("Please enter a value for the First Name field.");
    howtosponsorachild.firstname.focus();
    return (false);
  }
  


	if (howtosponsorachild.address1.value == "")
  {
    alert("Please enter a value for the Address field.");
    howtosponsorachild.address1.focus();
    return (false);
  }  



	if (howtosponsorachild.postcode.value == "")
  {
    alert("Please enter an a value for the Postcode field.");
    howtosponsorachild.postcode.focus();
    return (false);
  }
  
  
  	if (howtosponsorachild.telephone.value == "")
  {
    alert("Please enter an a value for the Telephone field.");
    howtosponsorachild.telephone.focus();
    return (false);
  }

  

  return (true);

  }
  
  
  
  function validate_form_two(){

	if (teamsapplication.firstname.value == "")
  {
    alert("Please enter a value for the First Name field.");
    teamsapplication.firstname.focus();
    return (false);
  }
  
  
  	if (teamsapplication.surname.value == "")
  {
    alert("Please enter a value for the Surname field.");
    teamsapplication.surname.focus();
    return (false);
  }
  

	if (teamsapplication.address1.value == "")
  {
    alert("Please enter a value for the Address field.");
    teamsapplication.address1.focus();
    return (false);
  }  



	if (teamsapplication.postcode.value == "")
  {
    alert("Please enter an a value for the Postcode field.");
    teamsapplication.postcode.focus();
    return (false);
  }
  
  
  	if (teamsapplication.email.value == "")
  {
    alert("Please enter an a value for the EMail field.");
    teamsapplication.email.focus();
    return (false);
  }
  
  
  
    	if (teamsapplication.telehome.value == "")
  {
    alert("Please enter an a value for the Home Telephone field.");
    teamsapplication.telehome.focus();
    return (false);
  }
  
  
  
      	if (teamsapplication.dob.value == "")
  {
    alert("Please enter an a value for the DOB field.");
    teamsapplication.dob.focus();
    return (false);
  }



      	if (teamsapplication.occupation.value == "")
  {
    alert("Please enter an a value for the Occupation field.");
    teamsapplication.occupation.focus();
    return (false);
  }

  

  return (true);

  }

   function validate_form_three(){

	if (bookonline.individual.value == "")
  {
    alert("Please enter a value for the Name of Individual/Organistation field.");
    bookonline.individual.focus();
    return (false);
  }
  
  
  	if (bookonline.dates.value == "")
  {
    alert("Please enter a value for the Dates field.");
    bookonline.dates.focus();
    return (false);
  }
  

	if (bookonline.times.value == "")
  {
    alert("Please enter a value for the Times field.");
    bookonline.times.focus();
    return (false);
  } 



	if (bookonline.times.value == "")
  {
    alert("Please enter a value for the Times field.");
    bookonline.times.focus();
    return (false);
  } 
  
  
  	if (bookonline.people.value == "")
  {
    alert("Please enter a value for the people field.");
    bookonline.people.focus();
    return (false);
  } 
  
  
  
    if (bookonline.contact.value == "")
  {
    alert("Please enter a value for the contact field.");
    bookonline.contact.focus();
    return (false);
  } 
  
  
  
   if (bookonline.telephone.value == "")
  {
    alert("Please enter a value for the telephone field.");
    bookonline.telephone.focus();
    return (false);
  } 





  

  return (true);

  }

function validate_form_four(){

	if (standingorder.bank.value == "")
  {
    alert("Please enter a value for the Bank Name field.");
    standingorder.bank.focus();
    return (false);
  }
  
  if (standingorder.bankaddress.value == "")
  {
    alert("Please enter a value for the Your Banks Address field.");
    standingorder.bankaddress.focus();
    return (false);
  }
  
  if (standingorder.amount.value == "")
  {
    alert("Please enter a value for the Amount you would like to donate field.");
    standingorder.amount.focus();
    return (false);
  }
  
  if (standingorder.day.value == "")
  {
    alert("Please enter a value for the Day of the month field.");
    standingorder.day.focus();
    return (false);
  }
  
  if (standingorder.address.value == "")
  {
    alert("Please enter a value for the Your Address field.");
    standingorder.address.focus();
    return (false);
  }
  
  if (standingorder.telephone.value == "")
  {
    alert("Please enter a value for the Your Telephone Number field.");
    standingorder.telephone.focus();
    return (false);
  }
  
  if (standingorder.accountname.value == "")
  {
    alert("Please enter a value for the Bank Account Name field.");
    standingorder.accountname.focus();
    return (false);
  }
  
  if (standingorder.accountnumber.value == "")
  {
    alert("Please enter a value for the Bank Account Number field.");
    standingorder.accountnumber.focus();
    return (false);
  }
  
  if (standingorder.sortcode.value == "")
  {
    alert("Please enter a value for the Bank Sort Code Number field.");
    standingorder.sortcode.focus();
    return (false);
  }
  
    if (!standingorder.agree.checked)
  {
    alert("You must agree.");
    standingorder.agree.focus();
    return (false);
  }
  
  

  return (true);

}



function validate_form_five(){

	if (giftaid.title.value == "")
  {
    alert("Please enter a value for the Title field.");
    giftaid.title.focus();
    return (false);
  }
  
  if (giftaid.forenames.value == "")
  {
    alert("Please enter a value for the Forenames field.");
    giftaid.forenames.focus();
    return (false);
  }
  
  if (giftaid.surname.value == "")
  {
    alert("Please enter a value for the Surname field.");
    giftaid.surname.focus();
    return (false);
  }
  
  if (giftaid.address.value == "")
  {
    alert("Please enter a value for the Address field.");
    giftaid.address.focus();
    return (false);
  }
 
  if (giftaid.postcode.value == "")
  {
    alert("Please enter a value for the Postcode field.");
    giftaid.postcode.focus();
    return (false);
  }
  
  if (giftaid.telephone.value == "")
  {
    alert("Please enter a value for the Your Telephone Number field.");
    giftaid.telephone.focus();
    return (false);
  }
  
  
  if (giftaid.day.value == "")
  {
    alert("Please enter a value for the Day field.");
    giftaid.day.focus();
    return (false);
  }
  
  if (giftaid.month.value == "")
  {
    alert("Please enter a value for the Month field.");
    giftaid.month.focus();
    return (false);
  }
  
  if (giftaid.year.value == "")
  {
    alert("Please enter a value for the Year field.");
    giftaid.year.focus();
    return (false);
  }
  
    if (!giftaid.agree.checked)
  {
    alert("You must agree.");
    giftaid.agree.focus();
    return (false);
  }
  
  

  return (true);

}
