<!--webbot BOT="GeneratedScript" PREVIEW=" " startspan --><script Language="JavaScript" Type="text/javascript"><!--
function FrontPage_Form1_Validator(theForm)
{

  if (theForm.total_area.value == "")
  {
    alert("Please enter a value for the \"total_area\" field.");
    theForm.total_area.focus();
    return (false);
  }

  if (theForm.total_area.value.length < 1)
  {
    alert("Please enter at least 1 characters in the \"total_area\" field.");
    theForm.total_area.focus();
    return (false);
  }

  if (theForm.contact_name.value == "")
  {
    alert("Please enter a value for the \"contact_name\" field.");
    theForm.contact_name.focus();
    return (false);
  }

  if (theForm.contact_name.value.length < 2)
  {
    alert("Please enter at least 2 characters in the \"contact_name\" field.");
    theForm.contact_name.focus();
    return (false);
  }

  if (theForm.Email.value == "")
  {
    alert("Please enter a value for the \"Email\" field.");
    theForm.Email.focus();
    return (false);
  }

  if (theForm.Email.value.length < 6)
  {
    alert("Please enter at least 6 characters in the \"Email\" field.");
    theForm.Email.focus();
    return (false);
  }

  if (theForm.telephon.value == "")
  {
    alert("Please enter a value for the \"telephon\" field.");
    theForm.telephon.focus();
    return (false);
  }

  if (theForm.country.value == "")
  {
    alert("Please enter a value for the \"country\" field.");
    theForm.country.focus();
    return (false);
  }

  if (theForm.country.value.length < 2)
  {
    alert("Please enter at least 2 characters in the \"country\" field.");
    theForm.country.focus();
    return (false);
  }
  return (true);
}
//--></script><!--webbot BOT="GeneratedScript" endspan -->