
<!--
  if (document.images)
   {    // Preload Images //
		architects_off = new Image();
		architects_off.src = SITE_URL + "templates/CMDoor2005/images/left_nav-3_architects.gif";
		architects_on = new Image();
		architects_on.src = SITE_URL + "templates/CMDoor2005/images/left_nav-3_architects_over.gif";

		contractors_off = new Image();
		contractors_off.src = SITE_URL + "templates/CMDoor2005/images/left_nav-4_contractors.gif";
		contractors_on = new Image();
		contractors_on.src = SITE_URL + "templates/CMDoor2005/images/left_nav-4_contractors_over.gif";
		
		facilities_off = new Image();
		facilities_off.src = SITE_URL + "templates/CMDoor2005/images/left_nav-5_facilities.gif";
		facilities_on = new Image();
		facilities_on.src = SITE_URL + "templates/CMDoor2005/images/left_nav-5_facilities_over.gif";
		
		products_off = new Image();
		products_off.src = SITE_URL + "templates/CMDoor2005/images/left_nav-8_products.gif";
		products_on = new Image();
		products_on.src = SITE_URL + "templates/CMDoor2005/images/left_nav-8_products_over.gif";

		mfg_off = new Image();
		mfg_off.src = SITE_URL + "templates/CMDoor2005/images/left_nav-8_2_mfg.gif";
		mfg_on = new Image();
		mfg_on.src = SITE_URL + "templates/CMDoor2005/images/left_nav-8_2_mfg_over.gif";
		
		services_off = new Image();
		services_off.src = SITE_URL + "templates/CMDoor2005/images/left_nav-9_services.gif";
		services_on = new Image();
		services_on.src = SITE_URL + "templates/CMDoor2005/images/left_nav-9_services_over.gif";
		
		survey_off = new Image();
		survey_off.src = SITE_URL + "templates/CMDoor2005/images/left_nav-9_2_survey.gif";
		survey_on = new Image();
		survey_on.src = SITE_URL + "templates/CMDoor2005/images/left_nav-9_2_survey_over.gif";
		
		showroom_off = new Image();
		showroom_off.src = SITE_URL + "templates/CMDoor2005/images/left_nav-10_showroom.gif";
		showroom_on = new Image();
		showroom_on.src = SITE_URL + "templates/CMDoor2005/images/left_nav-10_showroom_over.gif";
		
		warrantee_off = new Image();
		warrantee_off.src = SITE_URL + "templates/CMDoor2005/images/left_nav-11_warrantee.gif";
		warrantee_on = new Image();
		warrantee_on.src = SITE_URL + "templates/CMDoor2005/images/left_nav-11_warrantee_over.gif";

		career_off = new Image();
		career_off.src = SITE_URL + "templates/CMDoor2005/images/left_nav-11_career.gif";
		career_on = new Image();
		career_on.src = SITE_URL + "templates/CMDoor2005/images/left_nav-11_career_over.gif";
   }

function swap(picName,imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + ".src");
      document[picName].src= imgOn;
    }
 }
//-->
