<!--

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/X/5/MY-226571/stainless-steel-fittings_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/B/2/MY-226571/ss-manifolds_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/N/8/MY-226571/Needle-valve-and-ball-valve_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/E/K/MY-226571/brass-fittings_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/0/O/MY-226571/112_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/S/N/MY-226571/pneumatic-cylinders_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/B/K/MY-226571/pneumatic-valves_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/V/N/MY-226571/quick-release-couplings1_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/W/2/MY-226571/filter-regularator-lubricat_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/M/T/MY-226571/valves_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/M/9/MY-226571/tubes-pu-pe-and-pa_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/N/3/MY-226571/tube-cutters_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
