	<!-- // 

		if (document.images) {
		var menu01_maglite_off = new Image(68,57)
		menu01_maglite_off.src = "images/menu01_maglite_off.gif"

		var menu02_company_off = new Image(68,57)
		menu02_company_off.src = "images/menu02_company_off.gif"

		var menu03_community_off = new Image(68,57)
		menu03_community_off.src = "images/menu03_community_off.gif"

		var menu04_customersvc_off = new Image(68,57)
		menu04_customersvc_off.src = "images/menu04_customersvc_off.gif"

		var menu05_distrib_off = new Image(68,57)
		menu05_distrib_off.src = "images/menu05_distrib_off.gif"
		
		var button_addshop_off = new Image(68,57)
		button_addshop_off.src = "images/button_addshop.gif"
		
		var button_viewshop_off = new Image(68,57)
		button_viewshop_off.src = "images/button_viewshop.gif"	

		var menu01_maglite_on = new Image(68,57)
		menu01_maglite_on.src = "images/menu01_maglite.gif"

		var menu02_company_on = new Image(68,57)
		menu02_company_on.src = "images/menu02_company.gif"

		var menu03_community_on = new Image(68,57)
		menu03_community_on.src = "images/menu03_community.gif"

		var menu04_customersvc_on = new Image(68,57)
		menu04_customersvc_on.src = "images/menu04_customersvc.gif"

		var menu05_distrib_on = new Image(68,57)
		menu05_distrib_on.src = "images/menu05_distrib.gif"
		
		var button_addshop_on = new Image(68,57)
		button_addshop_on.src = "images/button_addshop_on.gif"

		var button_viewshop_on = new Image(68,57)
		button_viewshop_on.src = "images/button_viewshop_on.gif"
		
		}
		
		function mag(id,name){
		  if (document.images) document.images[id].src=eval(name+".src");
		}
		function mag2(id,name){
		  if (document.images) document.images[id].src=eval(name+".src");
		}		
		// -->