<!-- Hide this code from non-JavaScript browsers

var Roll=new Array();


Roll["a"] = new RollOver("images/navigation_02.gif");
Roll["b"] = new RollOver("images/navigation_03.gif");
Roll["c"] = new RollOver("images/navigation_04.gif");
Roll["d"] = new RollOver("images/navigation_05.gif");
Roll["e"] = new RollOver("images/navigation_06.gif");
Roll["f"] = new RollOver("images/navigation_07.gif");


Roll["a_window"] = new RollOver("images/main_1.jpg");
Roll["b_window"] = new RollOver("images/main_2.jpg");
Roll["c_window"] = new RollOver("images/main_3.jpg");
Roll["d_window"] = new RollOver("images/main_4.jpg");
Roll["e_window"] = new RollOver("images/main_5.jpg");
Roll["f_window"] = new RollOver("images/main_6.jpg");

function RollOver(on_url)
{       this.on        = new Image();
        this.on.src    = on_url;
}

function flip ()
{       if(arguments.length==1) arguments[1]=arguments[0];
        for(i=0 ; i<arguments.length ; i+=2){
                temp = document.images[arguments[i]].src;
                document.images[arguments[i]].src  = Roll[arguments[i+1]].on.src;
                Roll[arguments[i+1]].on.src = temp;
        }
}
	function Validate_Form()
{
	if (document.form.strContactPerson.value.length == 0)
	{
		alert('You must enter A CONTACT PERSON to continue.');
		document.form.strContactPerson.focus();
		return(false);
	}
	if (document.form.strPhoneNumber.value.length == 0)
	{
		alert('You must enter A PHONE NUMBER to continue.');
		document.form.strPhoneNumber.focus();
		return(false);
	}
	if (document.form.strEmailAddress.value.length == 0)
	{
		alert('You must enter AN E-MAIL ADDRESS to continue.');
		document.form.strEmailAddress.focus();
		return(false);
	}
	if (document.form.strRequest.value.length == 0)
	{
		alert('You must enter A REQUEST to continue.');
		document.form.strRequest.focus();
		return(false);
	}
	return (true);
} 
function remoteahwatukee(){
win2=window.open("ahwatukeemap.asp","","width=700,height=560,scrollbars=yes")
win2.creator=self
}

// End hiding -->






































