homeOn = new Image(); homeOn.src = "on/home.gif";
stocktagsOn = new Image(); stocktagsOn.src = "on/stocktags.gif";
pricelistsOn = new Image(); pricelistsOn.src = "on/pricelists.gif";
customtagsOn = new Image(); customtagsOn.src = "on/customtags.gif";
inquiryformOn = new Image(); inquiryformOn.src = "on/inquiryform.gif";
contactusOn = new Image(); contactusOn.src = "on/contactus.gif";

stock_shippingOn = new Image(); stock_shippingOn.src = "on/stock_shipping.gif";
stock_merchandiseOn = new Image(); stock_merchandiseOn.src = "on/stock_merchandise.gif";
stock_meatpackingOn = new Image(); stock_meatpackingOn.src = "on/stock_meatpacking.gif";
stock_brochureOn = new Image(); stock_brochureOn.src = "on/stock_brochure.gif";
stock_pricelistOn = new Image(); stock_pricelistOn.src = "on/stock_pricelist.gif";

pricelists_alterationOn = new Image(); pricelists_alterationOn.src = "on/pricelists_alteration.gif";
pricelists_garmentOn = new Image(); pricelists_garmentOn.src = "on/pricelists_garment.gif";
pricelists_inventoryOn = new Image(); pricelists_inventoryOn.src = "on/pricelists_inventory.gif";
pricelists_jewelryOn = new Image(); pricelists_jewelryOn.src = "on/pricelists_jewelry.gif";
pricelists_merchandiseOn = new Image(); pricelists_merchandiseOn.src = "on/pricelists_merchandise.gif";
pricelists_shippingOn = new Image(); pricelists_shippingOn.src = "on/pricelists_shipping.gif";
pricelists_stockretailOn = new Image(); pricelists_stockretailOn.src = "on/pricelists_stockretail.gif";

custom_diecutOn = new Image(); custom_diecutOn.src = "on/custom_diecut.gif";
custom_rollOn = new Image(); custom_rollOn.src = "on/custom_roll.gif";
custom_barcodedOn = new Image(); custom_barcodedOn.src = "on/custom_barcoded.gif";
custom_multipartOn = new Image(); custom_multipartOn.src = "on/custom_multipart.gif";

custom_specialmaterialsOn = new Image(); custom_specialmaterialsOn.src = "on/custom_specialmaterials.gif";
custom_continuousOn = new Image(); custom_continuousOn.src = "on/custom_continuous.gif";
custom_4colorOn = new Image(); custom_4colorOn.src = "on/custom_4color.gif";



function imgOn(imgName) {
	document [imgName].src = eval((imgName) + "On.src");
}
function imgOff(imgName) {
	document [imgName].src = "off/" + (imgName) + ".gif";
}