if (document.images) {
            img1on = new Image();
            img1on.src = "/images/nav/homeOn.gif";
            img2on = new Image();
            img2on.src = "/images/nav/newVechOn.gif";
			img3on = new Image();
            img3on.src = "/images/nav/specialsOn.gif";
            img4on = new Image();
            img4on.src = "/images/nav/promotionsOn.gif";
			img5on = new Image();
            img5on.src = "/images/nav/preownedOn.gif";  
            img6on = new Image();
            img6on.src = "/images/nav/aboutOn.gif";
            img7on = new Image();
            img7on.src = "/images/nav/contactOn.gif";
            img8on = new Image();
            img8on.src = "/images/nav/partsOn.gif";
            img9on = new Image();
            img9on.src = "/images/nav/serviceOn.gif";
            img10on = new Image();
            img10on.src = "/images/nav/financingOn.gif";
            img11on = new Image();
            img11on.src = "/images/nav/eventsOn.gif";
            img12on = new Image();
            img12on.src = "/images/nav/photoGalOn.gif";
            img13on = new Image();
            img13on.src = "/images/nav/emailOn.gif";
			
            img14on = new Image();
            img14on.src = "/images/bottomIcons/btn_preApprovedOn.gif";
            img15on = new Image();
            img15on.src = "/images/bottomIcons/btn_dirtbikesOn.gif";
            img16on = new Image();
            img16on.src = "/images/bottomIcons/btn_yamahaBoatsOn.gif";
            img17on = new Image();
            img17on.src = "/images/bottomIcons/btn_skiSupremeOn.gif";
            img18on = new Image();
            img18on.src = "/images/bottomIcons/btn_weeresOn.gif";

			img19on = new Image();
            img19on.src = "/images/topPhotoHouseMapOn.gif";
			
			img20on = new Image();
            img20on.src = "/images/logoHondaOn.gif";
			img21on = new Image();
            img21on.src = "/images/logoYamahaOn.gif";
			img22on = new Image();
            img22on.src = "/images/logoCrownlineOn.gif";
			img23on = new Image();
            img23on.src = "/images/logoSupremeOn.gif";
			img24on = new Image();
            img24on.src = "/images/logoWeeresOn.gif";
			img25on = new Image();
            img25on.src = "/images/logoGregorOn.gif";
			img26on = new Image();
            img26on.src = "/images/logoHondaMarineOn.gif";
			img27on = new Image();
            img27on.src = "/images/logoHondaPwrEqpOn.gif";
			img28on = new Image();
            img28on.src = "/images/klamathon.gif";
			
            img1off = new Image();
            img1off.src = "/images/nav/homeOff.gif";
            img2off = new Image();
            img2off.src = "/images/nav/newVechOff.gif";
			img3off = new Image();
            img3off.src = "/images/nav/specialsOff.gif";
            img4off = new Image();
            img4off.src = "/images/nav/promotionsOff.gif";
            img5off = new Image();
            img5off.src = "/images/nav/preownedOff.gif";  
            img6off = new Image();
            img6off.src = "/images/nav/aboutOff.gif";
            img7off = new Image();
            img7off.src = "/images/nav/contactOff.gif";
            img8off = new Image();
            img8off.src = "/images/nav/partsOff.gif";
            img9off = new Image();
            img9off.src = "/images/nav/serviceOff.gif";
            img10off = new Image();
            img10off.src = "/images/nav/financingOff.gif";
            img11off = new Image();
            img11off.src = "/images/nav/eventsOff.gif";
            img12off = new Image();
            img12off.src = "/images/nav/photoGalOff.gif";
            img13off = new Image();
            img13off.src = "/images/nav/emailOff.gif";
			
            img14off = new Image();
            img14off.src = "/images/bottomIcons/btn_preApprovedOff.gif";
            img15off = new Image();
            img15off.src = "/images/bottomIcons/btn_dirtbikesOff.gif";
            img16off = new Image();
            img16off.src = "/images/bottomIcons/btn_yamahaBoatsOff.gif";
            img17off = new Image();
            img17off.src = "/images/bottomIcons/btn_skiSupremeOff.gif";
            img18off = new Image();
            img18off.src = "/images/bottomIcons/btn_weeresOff.gif";
			
            img19off = new Image();
            img19off.src = "/images/topPhotoHouseMapOff.gif";
			
			img20off = new Image();
            img20off.src = "/images/logoHondaOff.gif";
			img21off = new Image();
            img21off.src = "/images/logoYamahaOff.gif";
			img22off = new Image();
            img22off.src = "/images/logoCrownlineOff.gif";
			img23off = new Image();
            img23off.src = "/images/logoSupremeOff.gif";
			img24off = new Image();
            img24off.src = "/images/logoWeeresOff.gif";
			img25off = new Image();
            img25off.src = "/images/logoGregorOff.gif";
			img26off = new Image();
            img26off.src = "/images/logoHondaMarineOff.gif";
			img27off = new Image();
            img27off.src = "/images/logoHondaPwrEqpOff.gif";
			img28off = new Image();
            img28off.src = "/images/klamathoff.gif";	
	


            
 
      
        }

function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }
}


function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}
