﻿	<!--
	
		function change(ObjectName, ChangeTo)
		{
		document[ObjectName].src = eval(ObjectName + ChangeTo + ".src");
		}
		
		homeon = new Image(26,43);
		homeon.src = "images/home2.jpg";
		homeoff = new Image(26,43);
		homeoff.src = "images/home1.jpg";
		
		serviceon = new Image(26,49);
		serviceon.src = "images/service2.jpg";
		serviceoff = new Image(26,49);
		serviceoff.src = "images/service1.jpg";
		
		testimonialson = new Image(26,49);
		testimonialson.src = "images/testimonials2.jpg";
		testimonialsoff = new Image(26,49);
		testimonialsoff.src = "images/testimonials1.jpg";
				
		contacton = new Image(26,49);
		contacton.src = "images/contact2.jpg";
		contactoff = new Image(26,49);
		contactoff.src = "images/contact1.jpg";
		
		faqon = new Image(26,43);
		faqon.src = "images/faq2.jpg";
		faqoff = new Image(26,43);
		faqoff.src = "images/faq1.jpg";

		
	//-->

<!--

function checkField_contact() {
missinginfo = "";

if (document.post.name.value == "") {
missinginfo += "\n     -  Name";
}
if (document.post.area.value == "") {
missinginfo += "\n     -  Area Code";
}
if (document.post.phone.value == "") {
missinginfo += "\n     -  Phone Number";
}
if (document.post.email.value == "") {
missinginfo += "\n     -  Email";
}
if(document.post.call_day.value == "none") {
missinginfo += "\n     -  Day to call";
}
if(document.post.call_hour.value == "none") {
missinginfo += "\n     -  Hour to call";
}
if(document.post.meritime.value == "none") {
missinginfo += "\n     -  AM / PM";
}
if(document.post.event.value == "none") {
missinginfo += "\n     -  Event";
}
if(document.post.message.value == "*****") {
missinginfo += "\n     -  Additional Notes";
}

if (missinginfo != "") {
missinginfo ="_____________________________\n" +
"You Failed to Complete the Form !:\n" +
missinginfo + "\n_____________________________" +
"\nPlease Verify All Fields and Submit Again!";
alert(missinginfo);
return false;
}
else return true;
}

//-->
