<!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}



var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		index_1 = newImage("http://bhptemp.mypcat.com/shreerammetalandtubes/pcat-gifs/products-small/stainless-steel-glass-doors_10843268.jpg");
		index_2 = newImage("http://bhptemp.mypcat.com/shreerammetalandtubes/pcat-gifs/products-small/stainless-steel-gates_10843262.jpg");
		index_3 = newImage("http://bhptemp.mypcat.com/shreerammetalandtubes/pcat-gifs/products-small/stainless-steel-railings_10842583.jpg");
		index_4 = newImage("http://bhptemp.mypcat.com/shreerammetalandtubes/pcat-gifs/products-small/stainless-steel-grills_10842584.jpg");
		index_5 = newImage("http://bhptemp.mypcat.com/shreerammetalandtubes/pcat-gifs/products-small/stainless-steel-windows_10843263.jpg");
		index_6 = newImage("http://bhptemp.mypcat.com/shreerammetalandtubes/pcat-gifs/products-small/stainless-steel-residential-furniture_10843264.jpg");
		index_7 = newImage("http://bhptemp.mypcat.com/shreerammetalandtubes/pcat-gifs/products-small/stainless-steel-garden-furniture_10843265.jpg");
		index_8 = newImage("http://bhptemp.mypcat.com/shreerammetalandtubes/pcat-gifs/products-small/stainless-steel-modern-furniture_10843266.jpg");
		index_9 = newImage("http://bhptemp.mypcat.com/shreerammetalandtubes/pcat-gifs/products-small/stainless-steel-hospital-furniture_10843267.jpg");
		index_10 = newImage("http://bhptemp.mypcat.com/shreerammetalandtubes/pcat-gifs/products-small/stainless-steel-pipes-tubes_10843269.jpg");
		index_11 = newImage("http://bhptemp.mypcat.com/shreerammetalandtubes/pcat-gifs/products-small/stainless-steel-raw-material_10843270.jpg");
		preloadFlag = true;
	}
}

// -->
