startList = function() {if (document.all&&document.getElementById) {navRoot = document.getElementById("nav");for (i=0; i<navRoot.childNodes.length; i++) {node = navRoot.childNodes[i];if (node.nodeName=="LI") {node.onmouseover=function() {this.className+=" over";  }  node.onmouseout=function() {  this.className=this.className.replace(" over", "");   }   }  } }}window.onload=startList;		var MM_contentVersion = 4;var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;if ( plugin ) {		var words = navigator.plugins["Shockwave Flash"].description.split(" ");	    for (var i = 0; i < words.length; ++i)	    {		if (isNaN(parseInt(words[i])))		continue;		var MM_PluginVersion = words[i]; 	    }	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;}else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0    && (navigator.appVersion.indexOf("Win") != -1)) {	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag	document.write('on error resume next \n');	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');	document.write('</SCR' + 'IPT\> \n');}function getFlash(width, height, file, loop, alternate, classid){	if (MM_FlashCanPlay)	{		var oeTags = '<OBJECT CLASSID="' + classid + '"'         + 'WIDTH="' + width + '" HEIGHT="' + height + '"'         + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'         + '<PARAM NAME="MOVIE" VALUE="' + file + '">'         + '<PARAM NAME="PLAY" VALUE="true">'         + '<PARAM NAME="LOOP" VALUE="' + loop + '">'         + '<PARAM NAME="QUALITY" VALUE="high">'         + '<PARAM NAME="MENU" VALUE="false">'         + '<EMBED SRC="' + file + '"'         + 'WIDTH="' + width + '" HEIGHT="' + height + '"'         + 'PLAY="true"'         + 'LOOP="' + loop + '"'         + 'QUALITY="high"'         + 'MENU="false"'         + 'TYPE="application/x-shockwave-flash"'         + 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'         + '</EMBED>'         + '</OBJECT>';		document.write(oeTags);	}	else	{		var alternateContent = '<IMG SRC="' + alternate + '" HEIGHT="' + height + '" WIDTH="' + width + '" BORDER="0">'		document.write(alternateContent);	}}var emailRegex = /^.+@.+\..{2,6}$/;    function checkForm(form) {        if (form.email) {            if (form.email.value && !emailRegex.test(form.email.value)) {                alert('Please enter a valid email address');                form.email.focus();                return false;            }        }        if (form.first.value=="") {            alert('Please complete required fields1');            return false;        }        if (form.last.value=="") {            alert('Please complete required fields2');            return false;        }        if (form.phone.value=="") {            alert('Please complete required fields3');            return false;        }        if (form.email.value=="") {            alert('Please complete required fields4');            return false;        }        if (form.address.value=="") {            alert('Please complete required fields5');            return false;        }        if (form.city.value=="") {            alert('Please complete required fields6');            return false;        }        if (form.state.value=="") {            alert('Please complete required fields7');            return false;        }        if (form.zip.value=="") {            alert('Please complete required fields8');            return false;        }        return true;    }