<!--

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/3/0/MY-809705/industrial-centrifugal-fan_10380566_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/Q/Y/MY-809705/tube-axial-flow-fan_10380540_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/S/9/MY-809705/Spot_Humidifier_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/F/U/MY-809705/water-spray-system_10380564_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/X/S/MY-809705/rotary-air-filter_10380539_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/F/O/MY-809705/air-tight-door_10380565_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/0/8/MY-809705/aluminium-diffuser_10380567_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/6/5/MY-809705/Air-Washer-System_210x210_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/H/R/MY-809705/Air-Controlling_210x210_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/R/B/MY-809705/m-s-double-deflection-grill_10384439_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/R/R/MY-809705/volume-control-diffuzer_10960450_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/V/B/MY-809705/air_handling_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
