// JavaScript Document
<!--
function form1_Validator_b(theForm)
{

  if (theForm.Business_Name.value == "")
  {
    alert("Please enter a value for the \"Business_Name\" field.");
    theForm.Business_Name.focus();
    return (false);
  }

  if (theForm.Years_in_Business.value == "")
  {
    alert("Please enter a value for the \"Years in Business\" field.");
    theForm.Years_in_Business.focus();
    return (false);
  }

  if (theForm.Years_in_Business.value.length < 1)
  {
    alert("Please enter at least 1 characters in the \"Years in Business\" field.");
    theForm.Years_in_Business.focus();
    return (false);
  }

  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.Contact_StreetAddress.value == "")
  {
    alert("Please enter a value for the \"Address\" field.");
    theForm.Contact_StreetAddress.focus();
    return (false);
  }

  if (theForm.Contact_City.value == "")
  {
    alert("Please enter a value for the \"City\" field.");
    theForm.Contact_City.focus();
    return (false);
  }

  if (theForm.Contact_Postal_Code.value == "")
  {
    alert("Please enter a value for the \"Postcode\" field.");
    theForm.Contact_Postal_Code.focus();
    return (false);
  }
  if (theForm.Contact_County.value == "")
  {
    alert("Please enter a value for the \"County\" field.");
    theForm.Contact_County.focus();
    return (false);
  }
  if (theForm.Email.value == "")
  {
    alert("Please enter a value for the \"Email\" field.");
    theForm.Email.focus();
    return (false);
  }


  if (theForm.Contact_Telephone.value == "")
  {
    alert("Please enter a value for the \"Contact_Telephone\" field.");
    theForm.Contact_Telephone.focus();
    return (false);
  }

  if (theForm.Contact_Telephone.value.length < 5)
  {
    alert("Please enter at least 5 characters in the \"Contact_Telephone\" field.");
    theForm.Contact_Telephone.focus();
    return (false);
  }

  if (theForm.Contact_Telephone.value.length > 25)
  {
    alert("Please enter at most 25 characters in the \"Contact_Telephone\" field.");
    theForm.Contact_Telephone.focus();
    return (false);
  }
  
      if (theForm.spamvalidator.value == "")
  {
    alert("Please enter a value for the \"Form Validation\" field.");
    theForm.spamvalidator.focus();
    return (false);
  }

  if (theForm.Vehicle_Manufacturer.selectedIndex == 0)
  {
    alert("The first \"Please Select\" in the Manufacturer option is not a valid selection.  Please choose one of the other options.");
    theForm.Vehicle_Manufacturer.focus();
    return (false);
  }
  
  theForm.submit1.value = "Please wait...";
  theForm.submit1.disabled = true;
  return (true);
}
//-->

<!--
function form1_Validator_p(theForm)
{

  if (theForm.Individual_Name.value == "")
  {
    alert("Please enter a value for the \"Individual_Name\" field.");
    theForm.Individual_Name.focus();
    return (false);
  }
  
    if (theForm.StreetAddress.value == "")
  {
    alert("Please enter a value for the \"Address\" field.");
    theForm.StreetAddress.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 \"Postcode\" field.");
    theForm.Postal_Code.focus();
    return (false);
  }
  if (theForm.County.value == "")
  {
    alert("Please enter a value for the \"County\" field.");
    theForm.County.focus();
    return (false);
  }

  if (theForm.Email.value == "")
  {
    alert("Please enter a value for the \"Email\" field.");
    theForm.Email.focus();
    return (false);
  }


  if (theForm.Telephone.value == "")
  {
    alert("Please enter a value for the \"Telephone\" field.");
    theForm.Telephone.focus();
    return (false);
  }

  if (theForm.Telephone.value.length < 5)
  {
    alert("Please enter at least 5 characters in the \"Telephone\" field.");
    theForm.Telephone.focus();
    return (false);
  }

  if (theForm.Telephone.value.length > 25)
  {
    alert("Please enter at most 25 characters in the \"Telephone\" field.");
    theForm.Telephone.focus();
    return (false);
  }

      if (theForm.spamvalidator.value == "")
  {
    alert("Please enter a value for the \"Form Validation\" field.");
    theForm.spamvalidator.focus();
    return (false);
  }


  if (theForm.Vehicle_Manufacturer.selectedIndex == 0)
  {
    alert("The first \"Please Select\" in the Manufacturer option is not a valid selection.  Please choose one of the other options.");
    theForm.Vehicle_Manufacturer.focus();
    return (false);
  }
    theForm.submit1.value = "Please wait...";
  theForm.submit1.disabled = true;
  return (true);
}
//-->


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_jumpMenuGo(selName,targ,restore){ //v3.0
  var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);