<!--
	if (document.images) {
		home_on = new Image(); home_on.src = ("images/home_on.gif")
		about_on = new Image(); about_on.src = ("images/about_on.gif")
		services_on = new Image(); services_on.src = ("images/services_on.gif")
		contact_on = new Image(); contact_on.src = ("images/contact_on.gif")
		manufacturing_on = new Image(); manufacturing_on.src = ("images/manufacturing_on.gif")
		boilertubes_on = new Image(); boilertubes_on.src = ("images/boilertubes_on.gif")
		generalFab_on = new Image(); generalFab_on.src = ("images/generalFab_on.gif")
		machining_on = new Image(); machining_on.src = ("images/machining_on.gif")
		metalcasting_on = new Image(); metalcasting_on.src = ("images/metalcasting_on.gif")
		support_on = new Image(); support_on.src = ("images/support_on.gif")
		contracting_on = new Image(); contracting_on.src = ("images/contracting_on.gif")
		brush_on = new Image(); brush_on.src = ("images/brush_on.gif")
		
		home_off = new Image(); home_off.src = ("images/home_off.gif")
		about_off = new Image();about_off.src = ("images/about_off.gif")
		services_off = new Image(); services_off.src = ("images/services_off.gif")
		contact_off = new Image(); contact_off.src = ("images/contact_off.gif")
		manufacturing_off = new Image(); manufacturing_off.src = ("images/manufacturing_off.gif")
		boilertubes_off = new Image(); boilertubes_off.src = ("images/boilertubes_off.gif")
		generalFab_off = new Image(); generalFab_off.src = ("images/generalFab_off.gif")
		machining_off = new Image(); machining_off.src = ("images/machining_off.gif")
		metalcasting_off = new Image(); metalcasting_off.src = ("images/metalcasting_off.gif")
		support_off = new Image(); support_off.src = ("images/support_off.gif")
		contracting_off = new Image(); contracting_off.src = ("images/contracting_off.gif")
		brush_off = new Image(); brush_off.src = ("images/brush_off.gif")
	}
	
	else {
		
		home_on = ""
		about_on = ""
		services_on = ""
		contact_on = ""
		manufacturing_on = ""
		boilertubes_on = ""
		generalFab_on = ""
		machining_on = ""
		metalcasting_on = ""
		support_on = ""
		contracting_on = ""
		brush_on = ""
		
		home_off = ""
		about_off = ""
		services_off = ""
		contact_off = ""
		manufacturing_off = ""
		boilertubes_off = ""
		generalFab_off = ""
		machining_off = ""
		metalcasting_off = ""
		support_off = ""
		contracting_off = ""
		brush_off = ""
	}
	
	function img_On(imgName) {
		if (document.images) {
			var imgOn = eval (imgName + "_on.src");
			window.document[imgName].src = imgOn;
		}
	}
	
	function img_Off(imgName) {
		if (document.images) {
			var imgOff = eval (imgName + "_off.src");
			window.document[imgName].src = imgOff;
		}
	}
// -->
