<!--

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://imghost1.indiamart.com/data2/GF/JS/MY-692569/frp-bottle-type-cooling-towe-250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/K/F/MY-692569/image7_10528514_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data1/A/7/MY-692569/squar-type-cooling-tower-250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/E/P/MY-692569/p-v-c-v-bar_10496818_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/W/4/MY-692569/image5_10528512_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/V/X/MY-692569/image8_10528515_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/C/9/MY-692569/honeycomb-p-v-c-fill_10496817_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/T/B/MY-692569/image11_10528518_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/O/S/MY-692569/paltech-27s-direct-fan-driven-type-assembly_10528511_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/M/G/MY-692569/full-wave-type-p-v-c-drift-eliminator-assembly_10496925_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/P/M/MY-692569/image12_10528519_250x250.jpg");
index_12 = newImage("http://imghost1.indiamart.com/data2/EX/UD/MY-692569/wooden-cross-flow-cooling-tower-250x250.jpg");
preloadFlag = true;
	}
}

// -->
