// pre-load all navigation images

          if (document.images) {
		  
			// Nav Items for Get UTV
			// Section 3.1
			pricingon = new Image();   pricingon.src = "images/nav/3.1Pricing_Ovr.gif";
			pricingoff = new Image();   pricingoff.src = "images/nav/3.1Pricing_Off.gif";
			pricingoptionson = new Image();   pricingoptionson.src = "images/nav/3.1.1PricingOptions_Ovr.gif";
			pricingoptionsoff = new Image();   pricingoptionsoff.src = "images/nav/3.1.1PricingOptions_Off.gif";
			localaccesson = new Image();   localaccesson.src = "images/nav/3.1.2LocalAccess_Ovr.gif";
			localaccessoff = new Image();   localaccessoff.src = "images/nav/3.1.2LocalAccess_Off.gif";
			useyourispon = new Image();   useyourispon.src = "images/nav/3.1.3UseYourISP_Ovr.gif";
			useyourispoff = new Image();   useyourispoff.src = "images/nav/3.1.3UseYourISP_Off.gif";
			// Section 3.2
			specialofferson = new Image();   specialofferson.src = "images/nav/3.2SpecialOffers_Ovr.gif";
			specialoffersoff = new Image();   specialoffersoff.src = "images/nav/3.2SpecialOffers_Off.gif";
			// Section 3.3
			whatyouneedon = new Image();   whatyouneedon.src = "images/nav/3.3WhatYouNeed_Ovr.gif";
			whatyouneedoff = new Image();   whatyouneedoff.src = "images/nav/3.3WhatYouNeed_Off.gif";
			yourreceiveron = new Image();   yourreceiveron.src = "images/nav/3.3.1YourReceiver_Ovr.gif";
			yourreceiveroff = new Image();   yourreceiveroff.src = "images/nav/3.3.1YourReceiver_Off.gif";
			satellitedishon = new Image();   satellitedishon.src = "images/nav/3.3.2SatelliteDish_Ovr.gif";
			satellitedishoff = new Image();   satellitedishoff.src = "images/nav/3.3.2SatelliteDish_Off.gif";
			remoteon = new Image();   remoteon.src = "images/nav/3.3.3RemoteControl_Ovr.gif";
			remoteoff = new Image();   remoteoff.src = "images/nav/3.3.3RemoteControl_Off.gif";
			keyboardon = new Image();   keyboardon.src = "images/nav/3.3.4WirelessKeyboard_Ovr.gif";
			keyboardoff = new Image();   keyboardoff.src = "images/nav/3.3.4WirelessKeyboard_Off.gif";
			basicinstallon = new Image();   basicinstallon.src = "images/nav/3.3.5BasicInstallSteps_Ovr.gif";
			basicinstalloff = new Image();   basicinstalloff.src = "images/nav/3.3.5BasicInstallSteps_Off.gif";
			// Section 3.4
			wheretobuyon = new Image();   wheretobuyon.src = "images/nav/3.4WhereToBuy_Ovr.gif";
			wheretobuyoff = new Image();   wheretobuyoff.src = "images/nav/3.4WhereToBuy_Off.gif";
			findastoreon = new Image();   findastoreon.src = "images/nav/3.4.1FindAStore_Ovr.gif";
			findastoreoff = new Image();   findastoreoff.src = "images/nav/3.4.1FindAStore_Off.gif";
			// Section 3.5
			ihavedtvon = new Image();   ihavedtvon.src = "images/nav/3.5IHaveDTV_Ovr.gif";
			ihavedtvoff = new Image();   ihavedtvoff.src = "images/nav/3.5IHaveDTV_Off.gif";
			dtvinstallationon = new Image();   dtvinstallationon.src = "images/nav/3.5.1Installation_Ovr.gif";
			dtvinstallationoff = new Image();   dtvinstallationoff.src = "images/nav/3.5.1Installation_Off.gif";
			multiroomon = new Image();   multiroomon.src = "images/nav/3.5.2MultiRoomSetup_Ovr.gif";
			multiroomoff = new Image();   multiroomoff.src = "images/nav/3.5.2MultiRoomSetup_Off.gif";
			dtvquestionson = new Image();   dtvquestionson.src = "images/nav/3.5.2CommonQ_Ovr.gif";
			dtvquestionsoff = new Image();   dtvquestionsoff.src = "images/nav/3.5.2CommonQ_Off.gif";
			
          }