if (document.images) {
	var pageLocation = "contactUs"
	
	// SUB MENU IMAGES
	contactMap_midwest = new Image();
	contactMap_midwest.src =  "../Images/contactMap_midwest.gif";
	contactMap_west = new Image();
	contactMap_west.src =  "../Images/contactMap_west.gif";
	contactMap_southeast = new Image();
	contactMap_southeast.src =  "../Images/contactMap_southeastgif";
	contactMap_northeast = new Image();
	contactMap_northeast.src =  "../Images/contactMap_northeast.gif";
	contactMap_hq = new Image();
	contactMap_hq.src =  "../Images/contactMap_hq.gif";
	contactMap_nyHQ = new Image();
	contactMap_nyHQ.src =  "../Images/contactMap_nyHQ.gif";

	informationRequestForm = new Image();
	informationRequestForm.src =  "../Images/informationRequestForm.gif";
	informationRequestForm_on = new Image();
	informationRequestForm_on.src =  "../Images/informationRequestForm_on.gif";

	partnerWithUs = new Image();
	partnerWithUs.src =  "../Images/partnerWithUs.gif";
	partnerWithUs_on = new Image();
	partnerWithUs_on.src =  "../Images/partnerWithUs_on.gif";

	map_seattle = new Image();
	map_seattle.src =  "../Images/map_seattle.gif";
	map_seattle_on = new Image();
	map_seattle_on.src =  "../Images/map_seattle_on.gif";	

	map_sanfrancisco = new Image();
	map_sanfrancisco.src =  "../Images/map_sanfrancisco.gif";
	map_sanfrancisco_on = new Image();
	map_sanfrancisco_on.src =  "../Images/map_sanfrancisco_on.gif";

	map_losAngeles = new Image();
	map_losAngeles.src =  "../Images/map_losAngeles.gif";
	map_losAngeles_on = new Image();
	map_losAngeles_on.src =  "../Images/map_losAngeles_on.gif";

	map_chicago = new Image();
	map_chicago.src =  "../Images/map_chicago.gif";
	map_chicago_on = new Image();
	map_chicago_on.src =  "../Images/map_chicago_on.gif";

	map_houston = new Image();
	map_houston.src =  "../Images/map_houston.gif";
	map_houston_on = new Image();
	map_houston_on.src =  "../Images/map_houston_on.gif";

	map_newYork = new Image();
	map_newYork.src =  "../Images/map_newYork.gif";
	map_newYork_on = new Image();
	map_newYork_on.src =  "../Images/map_newYork_on.gif";

	map_washDC = new Image();
	map_washDC.src =  "../Images/map_washDC.gif";
	map_washDC_on = new Image();
	map_washDC_on.src =  "../Images/map_washDC_on.gif";

	contactUs = new Image();
	contactUs.src =  "../Images/contactUs.gif";
	contactUs_on = new Image();
	contactUs_on.src =  "../Images/contactUs_on.gif";

	map_dallas = new Image();
	map_dallas.src =  "../Images/map_dallas.gif";
	map_dallas_on = new Image();
	map_dallas_on.src =  "../Images/map_dallas_on.gif";

	map_atlanta = new Image();
	map_atlanta.src =  "../Images/map_atlanta.gif";
	map_atlanta_on = new Image();
	map_atlanta_on.src =  "../Images/map_atlanta_on.gif";

	map_boston = new Image();
	map_boston.src =  "../Images/map_boston.gif";
	map_boston_on = new Image();
	map_boston_on.src =  "../Images/map_boston_on.gif";
	
	map_philadelphia = new Image();
	map_philadelphia.src =  "../Images/map_philadelphia.gif";
	map_philadelphia_on = new Image();
	map_philadelphia_on.src =  "../Images/map_philadelphia_on.gif";
	
	map_minneapolis = new Image();
	map_minneapolis.src =  "../Images/map_minneapolis.gif";
	map_minneapolis_on = new Image();
	map_minneapolis_on.src =  "../Images/map_minneapolis_on.gif";	
	
	map_richmond = new Image();
	map_richmond.src =  "../Images/map_richmond.gif";
	map_richmond_on = new Image();
	map_richmond_on.src =  "../Images/map_richmond_on.gif";	
		
}  

