if (document.images)


	{


			servicesOV_Over = new Image();


				servicesOV_Over.src = "Graphics/NavBars/S-Choose_Gn-CU_Gy.gif";





			servicesVisit = new Image();


				servicesVisit.src = "Graphics/NavBars/S_Gy_OV_B.gif";





			servicesVisitCntUsOver = new Image();


				servicesVisitCntUsOver.src = "Graphics/NavBars/S-OV_Gy-CU_Gn.gif";




			CntUsOver = new Image();


				CntUsOver.src ="Graphics/NavBars/S-OV_Gy-CU_Gn.gif";


			CntUsVisit = new Image();


				CntUsVisit.src ="/Graphics/NavBars/S-Choose_Gy-CU_B.gif";





		}


						


	function rollOverImage(barLocation){


		if (barLocation=='services'){


			resetImage();


			document.all.NavBar.src = servicesOV_Over.src;


			}





		if (barLocation=='CntUs'){


			resetImage();


			document.all.NavBar.src = CntUsOver.src;


			}








		}			