<!--webbot BOT="GeneratedScript" PREVIEW=" " startspan -->
<!--
function checkEmail(theForm)
{

  if (theForm.first_name.value == "")
  {
    alert("Please enter a value for the \"First Name\" field.");
    theForm.first_name.focus();
    return (false);
  }
  
   if (theForm.last_name.value == "")
  {
    alert("Please enter a value for the \"Last Name\" field.");
    theForm.last_name.focus();
    return (false);
  }
  
   if (theForm.title.value == "")
  {
    alert("Please enter a value for the \"Title\" field.");
    theForm.title.focus();
    return (false);
  }

   if (theForm.organization.value == "")
  {
    alert("Please enter a value for the \"Organization\" field.");
    theForm.organization.focus();
    return (false);
  }
  
  if (theForm.organization_type.value == "")
{
alert("Please enter a value for the \"Sector\" field.");
theForm.organization_type.focus();
return (false);
}
  
 if (theForm.discipline.value == "")
{
alert("Please enter a value for the \"Discipline\" field.");
theForm.discipline.focus();
return (false);
}
  
if (theForm.position.value == "")
{
alert("Please enter a value for the \"Position\" field.");
theForm.position.focus();
return (false);
 }
  
   if (theForm.address_1.value == "")
  {
    alert("Please enter a value for the \"Address\" field.");
    theForm.address_1.focus();
    return (false);
  }
  
   if (theForm.city.value == "")
  {
    alert("Please enter a value for the \"City\" field.");
    theForm.city.focus();
    return (false);
  }  
     
    if (theForm.postal_code.value == "")
  {
    alert("Please enter a value for the \"Postal Code\" field.");
    theForm.postal_code.focus();
    return (false);
  }
  
   if (theForm.region.value == "")
  {
  alert("Please enter a value for the \"Region\" field.");
 theForm.region.focus();
  return (false);
 }

    if (theForm.country.value == "")
 {
  alert("Please enter a value for the \"Country\" field.");
 theForm.country.focus();
 return (false);
 }
      if (theForm.isd.value == "")
 {
  alert("Please enter a value for the \"ISD Code\" field.");
 theForm.isd.focus();
 return (false);
 }

  
  if (theForm.std.value == "")
  {
    alert("Please enter a value for the \"State Code\" field.");
    theForm.std.focus();
    return (false);
  }      
  
  if (theForm.business.value == "")
  {
    alert("Please enter a value for the \"Phone Business\" field.");
    theForm.business.focus();
    return (false);
	  }
	  
       if (theForm.isd2.value == "")
  {
    alert("Please enter a value for the \"Fax ISD Code\" field.");
    theForm.isd2.focus();
    return (false);
	}
	   if (theForm.std2.value == "")
  {
    alert("Please enter a value for the \"Fax State Code\" field.");
    theForm.std2.focus();
    return (false);
	}
	   if (theForm.fax.value == "")
  {
    alert("Please enter a value for the \"Fax\" field.");
    theForm.fax.focus();
    return (false);
  }
       if (theForm.email_primary.value == "")
  {
    alert("Please enter a value for the \"Email\" field.");
    theForm.email_primary.focus();
    return (false);
  }
        if (theForm.home_address_1.value == "")
  {
    alert("Please enter a value for the \"Home Address\" field.");
    theForm.home_address_1.focus();
    return (false);
  }
  
  
 if (theForm.home_city.value == "")
  {
    alert("Please enter a value for the \"Home (City)\" field.");
    theForm.home_city.focus();
    return (false);
  }
 
   if (theForm.home_postal_code.value == "")
  {
    alert("Please enter a value for the \"Home Postal Code\" field.");
    theForm.home_postal_code.focus();
    return (false);
  }
  
    if (theForm.home_country.value == "")
  {
    alert("Please enter a value for the \"Home Country\" field.");
    theForm.home_country.focus();
    return (false);
  } 
   if (theForm.mm1.value == "")
  {
    alert("Please enter a value for the \"Arrival Date - Month\" field.");
    theForm.mm1.focus();
    return (false);
  }
     if (theForm.mm1.value == "")
  {
    alert("Please enter a value for the \"Arrival Date - Month\" field.");
    theForm.mm1.focus();
    return (false);
  }
     if (theForm.dd1.value == "")
  {
    alert("Please enter a value for the \"Arrival Date - Date\" field.");
    theForm.dd1.focus();
    return (false);
  }
     if (theForm.yyyy1.value == "")
  {
    alert("Please enter a value for the \"Arrival Date - year\" field.");
    theForm.yyyy1.focus();
    return (false);
  }
     if (theForm.mm2.value == "")
  {
    alert("Please enter a value for the \"Departure Date - Month\" field.");
    theForm.mm2.focus();
    return (false);
  }
     if (theForm.dd2.value == "")
  {
    alert("Please enter a value for the \"Departure Date - Date\" field.");
    theForm.dd2.focus();
    return (false);
  }
     if (theForm.yyyy2.value == "")
  {
    alert("Please enter a value for the \"Departure Date - Year\" field.");
    theForm.yyyy2.focus();
    return (false);
  }
     if (theForm.mm3.value == "")
  {
    alert("Please enter a value for the \"Expiration Date - Month\" field.");
    theForm.mm3.focus();
    return (false);
  }
     if (theForm.dd3.value == "")
  {
    alert("Please enter a value for the \"Expiration Date - Date\" field.");
    theForm.dd3.focus();
    return (false);
  }
     if (theForm.yyyy3.value == "")
  {
    alert("Please enter a value for the \"Expiration Date - Year\" field.");
    theForm.yyyy3.focus();
    return (false);
  }
     if (theForm.mm4.value == "")
  {
    alert("Please enter a value for the \"Issue  Date - Month\" field.");
    theForm.mm4.focus();
    return (false);
  }
     if (theForm.dd4.value == "")
  {
    alert("Please enter a value for the \"Issue Date - Date\" field.");
    theForm.dd4.focus();
    return (false);
  }   
    if (theForm.yyyy4.value == "")
  {
    alert("Please enter a value for the \"Issue Date - Year\" field.");
    theForm.yyyy4.focus();
    return (false);
  }
  
    if (theForm.passport_number.value == "")
  {
    alert("Please enter a value for the \"Passport Number\" field.");
    theForm.passport_number.focus();
    return (false);
  } 
  if (theForm.nationality.value == "")
  {
    alert("Please enter a value for the \"Nationality\" field.");
    theForm.nationality.focus();
    return (false);
  }
  if (theForm.passport_issue_place.value == "")
  {
    alert("Please enter a value for the \"Passport Issue Place\" field.");
    theForm.passport_issue_place.focus();
    return (false);
  }
    if (theForm.dob_mm.value == "")
  {
    alert("Please enter a value for the \"Date of Birth (mm)\" field.");
    theForm.dob_mm.focus();
    return (false);
  }
    if (theForm.dob_dd.value == "")
  {
    alert("Please enter a value for the \"Date of Birth (dd)\" field.");
    theForm.dob_dd.focus();
    return (false);
  }
    if (theForm.dob_yyyy.value == "")
  {
    alert("Please enter a value for the \"Date of Birth (yyyy)\" field.");
    theForm.dob_yyyy.focus();
    return (false);
  }
    if (theForm.dob_place.value == "")
  {
    alert("Please enter a value for the \"Place of Birth\" field.");
    theForm.dob_place.focus();
    return (false);
  }
    if (theForm.gender.value == "")
  {
    alert("Please enter a value for the \"Gender\" field.");
    theForm.gender.focus();
    return (false);
  }
     if (theForm.smoking.value == "")
  {
    alert("Please enter a value for the \"Smoking\" field.");
    theForm.smoking.focus();
    return (false);
  }
  //end copying here
  
   
   return (true);
}
//-->
