<!--
image1 = new Image();
image1.src = "images/navoff_01.gif";

image2 = new Image();
image2.src = "images/abouton_01.gif";

image3 = new Image();
image3.src = "images/abouton_02.gif";

image4 = new Image();
image4.src = "images/navoff_03.gif";

image5 = new Image();
image5.src = "images/productson_01.gif";

image6 = new Image();
image6.src = "images/productson_02.gif";

image7 = new Image();
image7.src = "images/productson_03.gif";

image8 = new Image();
image8.src = "images/navoff_05.gif";

image9 = new Image();
image9.src = "images/clientson_01.gif";

image10 = new Image();
image10.src = "images/clientson_02.gif";

image11 = new Image();
image11.src = "images/clientson_03.gif";

image12 = new Image();
image12.src = "images/navoff_07.gif";

image13 = new Image();
image13.src = "images/eventson_01.gif";

image14 = new Image();
image14.src = "images/eventson_02.gif";

image15 = new Image();
image15.src = "images/navoff_02.gif";

image16 = new Image();
image16.src = "images/navoff_04.gif";

image17 = new Image();
image17.src = "images/navoff_06.gif";





function navON1() {

		document.images['space1'].src='images/abouton_02.gif';

		document.images['nav1'].src='images/abouton_01.gif';

}



function navON2() {

		document.images['space1'].src='images/productson_01.gif';

		document.images['nav2'].src='images/productson_02.gif';

		document.images['space2'].src='images/productson_03.gif';

}



function navON3() {

		document.images['space2'].src='images/clientson_01.gif'; 

		document.images['nav3'].src='images/clientson_02.gif';

		document.images['space3'].src='images/clientson_03.gif';

}



function navON4() {

		document.images['space3'].src='images/eventson_01.gif'; 

		document.images['nav4'].src='images/eventson_02.gif';

}



function navOFF() {

		document.images['space1'].src='images/navoff_02.gif';

		document.images['space2'].src='images/navoff_04.gif';

		document.images['space3'].src='images/navoff_06.gif';

		

		document.images['nav1'].src='images/navoff_01.gif';

		document.images['nav2'].src='images/navoff_03.gif';

		document.images['nav3'].src='images/navoff_05.gif';


}


function FrontPage_Form1_Validator(theForm)
{
  if (theForm.fname.value == "")
  {
    alert("Please enter your first name.");
    theForm.fname.focus();
    return (false);
  }
  if (theForm.lname.value == "")
  {
    alert("Please enter your last name.");
    theForm.lname.focus();
    return (false);
  }
  if (theForm.email.value == "")
  {
    alert("Please enter your email address.");
    theForm.email.focus();
    return (false);
  }
  if (theForm.phone.value == "")
  {
    alert("Please enter your phone number.");
    theForm.phone.focus();
    return (false);
  }
  if (theForm.company.value == "")
  {
    alert("Please enter your company name.");
    theForm.company.focus();
    return (false);
  }
  if (theForm.add1.value == "")
  {
    alert("Please enter your address.");
    theForm.add1.focus();
    return (false);
  }
  if (theForm.city.value == "")
  {
    alert("Please enter your city.");
    theForm.city.focus();
    return (false);
  }
  if (theForm.state.value == "")
  {
    alert("Please enter your state.");
    theForm.state.focus();
    return (false);
  }
  if (theForm.zip.value == "")
  {
    alert("Please enter your zip code or postal code.");
    theForm.zip.focus();
    return (false);
  }
}




//-->