<!--

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://imghost.indiamart.com/data/9/B/MY-674423/alloy-20steel-20pipes_10574974_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/V/W/MY-674423/stainless-steel-non-corrosive-heat-resistance-non-magnetic-steel-fittings_10574758_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/6/H/MY-674423/stainless-20steel-20-2cnon-20corrosive-20heat-20resistance-20_10574759_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/X/S/MY-674423/mild-steel-carbon-steel-products_10574975_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/M/O/MY-674423/copper-electrolytic-commercial-quality-e-c-grade-specialist-products_10574977_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/D/E/MY-674423/aluminium-materials-indian-aluminium-hindalco-balco-products_10616090_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/H/M/MY-674423/brass-extruded-electrolytic-super-commercial-quality-products_10574976_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/D/C/MY-674423/rickle-20anodes-20flats-20-26-20oval_10574978_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/N/R/MY-674423/ingots_10627900_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/9/N/MY-674423/valves_10622821_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
