        if (document.images) {         					   // Active Images

            img1on = new Image();
            img1on.src = "http://trophycaseinc.com/img/topnav01_about_x.gif";
            img2on = new Image();
            img2on.src = "http://trophycaseinc.com/img/topnav02_contact_x.gif";
            img3on = new Image();
            img3on.src = "http://trophycaseinc.com/img/topnav03_privacy_x.gif";
			img4on = new Image();
            img4on.src = "http://trophycaseinc.com/img/topnav04_checkout_x.gif";
            img5on = new Image();
            img5on.src = "http://trophycaseinc.com/img/sec/lefnav1_plaques_x.gif";
            img6on = new Image();
            img6on.src = "http://trophycaseinc.com/img/sec/lefnav2_trophies_x.gif";
			img7on = new Image();
            img7on.src = "http://trophycaseinc.com/img/sec/lefnav3_corpawards_x.gif";
			img8on = new Image();
            img8on.src = "http://trophycaseinc.com/img/sec/lefnav4_acrylics_x.gif";
            img9on = new Image();
            img9on.src = "http://trophycaseinc.com/img/sec/lefnav5_clocks_x.gif";
			img10on = new Image();
            img10on.src = "http://trophycaseinc.com/img/sec/lefnav6_medals_x.gif";
			img11on = new Image();
            img11on.src = "http://trophycaseinc.com/img/sec/lefnav7_ribbons_x.gif";
            img12on = new Image();
            img12on.src = "http://trophycaseinc.com/img/sec/lefnav8_gavels_x.gif";
			img13on = new Image();
            img13on.src = "http://trophycaseinc.com/img/sec/lefnav9_names_x.gif";
			img14on = new Image();
            img14on.src = "http://trophycaseinc.com/img/topnav05_home_x.gif";
			img15on = new Image();
            img15on.src = "http://trophycaseinc.com/img/sec/lefnav10_resins_x.gif";
			img16on = new Image();
            img16on.src = "http://trophycaseinc.com/img/sec/lefnav11_littleleague_x.gif";
			img17on = new Image();
            img17on.src = "http://trophycaseinc.com/img/sec/lefnav12_soccer_x.gif";
			img18on = new Image();
            img18on.src = "http://trophycaseinc.com/img/topnav06_shipping_x.gif";
			img19on = new Image();
            img19on.src = "http://trophycaseinc.com/img/sec/lefnav13_flagcases_x.gif";


            img1off = new Image(); 	
            img1off.src = "http://trophycaseinc.com/img/topnav01_about.gif";
            img2off = new Image(); 	
            img2off.src = "http://trophycaseinc.com/img/topnav02_contact.gif";
            img3off = new Image();
            img3off.src = "http://trophycaseinc.com/img/topnav03_privacy.gif";
			img4off = new Image(); 		
            img4off.src = "http://trophycaseinc.com/img/topnav04_checkout.gif";
            img5off = new Image(); 	
            img5off.src = "http://trophycaseinc.com/img/sec/lefnav1_plaques.gif";
            img6off = new Image();
            img6off.src = "http://trophycaseinc.com/img/sec/lefnav2_trophies.gif";
			img7off = new Image();
            img7off.src = "http://trophycaseinc.com/img/sec/lefnav3_corpawards.gif";
			img8off = new Image(); 		
            img8off.src = "http://trophycaseinc.com/img/sec/lefnav4_acrylics.gif";
            img9off = new Image(); 	
            img9off.src = "http://trophycaseinc.com/img/sec/lefnav5_clocks.gif";
			img10off = new Image(); 	
            img10off.src = "http://trophycaseinc.com/img/sec/lefnav6_medals.gif";
			img11off = new Image(); 	
            img11off.src = "http://trophycaseinc.com/img/sec/lefnav7_ribbons.gif";
            img12off = new Image();
            img12off.src = "http://trophycaseinc.com/img/sec/lefnav8_gavels.gif";
			img13off = new Image();
            img13off.src = "http://trophycaseinc.com/img/sec/lefnav9_names.gif";
			img14off = new Image(); 	
            img14off.src = "http://trophycaseinc.com/img/topnav05_home.gif";
			img15off = new Image(); 	
            img15off.src = "http://trophycaseinc.com/img/sec/lefnav10_resins.gif";
			img16off = new Image(); 	
            img16off.src = "http://trophycaseinc.com/img/sec/lefnav11_littleleague.gif";
			img17off = new Image(); 	
            img17off.src = "http://trophycaseinc.com/img/sec/lefnav12_soccer.gif";
			img18off = new Image(); 	
            img18off.src = "http://trophycaseinc.com/img/topnav06_shipping.gif";
			img19off = new Image(); 	
            img19off.src = "http://trophycaseinc.com/img/sec/lefnav13_flagcases.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");
        }
}
