	heavy_f = new Image();
	heavy_f.src = "/sunwaymarketing/products/images/heavy_f.jpg";
	heavy_v = new Image();
	heavy_v.src = "/sunwaymarketing/products/images/heavy_v.jpg";

	build_f = new Image();
	build_f.src = "/sunwaymarketing/products/images/build_f.jpg";
	build_v = new Image();
	build_v.src = "/sunwaymarketing/products/images/build_v.jpg";

	ihh_f = new Image();
	ihh_f.src = "/sunwaymarketing/products/images/ihh_f.jpg";
	ihh_v = new Image();
	ihh_v.src = "/sunwaymarketing/products/images/ihh_v.jpg";

	manfit_f = new Image();
	manfit_f.src = "/sunwaymarketing/products/images/manfit_f.jpg";
	manfit_v = new Image();
	manfit_v.src = "/sunwaymarketing/products/images/manfit_v.jpg";
	
	hem_f = new Image();
	hem_f.src = "/sunwaymarketing/products/images/hem_f.jpg";
	hem_v = new Image();
	hem_v.src = "/sunwaymarketing/products/images/hem_v.jpg";	

	archit_f = new Image();
	archit_f.src = "/sunwaymarketing/products/images/archit_f.jpg";
	archit_v = new Image();
	archit_v.src = "/sunwaymarketing/products/images/archit_v.jpg";

	spharma_f = new Image();
	spharma_f.src = "/sunwaymarketing/products/images/spharma_f.jpg";
	spharma_v = new Image();
	spharma_v.src = "/sunwaymarketing/products/images/spharma_v.jpg";

	
// Preload Img
function MenuOver(IMG) {
	document.images[IMG].src = eval(IMG + "_v.src");
}

function MenuOut(IMG) {
	document.images[IMG].src = eval(IMG + "_f.src");
}

