<!--

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/P/V/MY-1459363/ceiling-diffusers_10863095_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/2/K/MY-1459363/laminar-flow-diffusers_10863096_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/1/X/MY-1459363/linear-fixed-bar-grilles_10863625_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/R/6/MY-1459363/rectangular-fixed-bar-grilles_10863626_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/Y/Q/MY-1459363/adjustable-double-louver-grilles_10863627_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/V/B/MY-1459363/door-transfer-grilles_10863628_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/3/K/MY-1459363/volume-control-duct-damper_10863629_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/Y/8/MY-1459363/volume-control-collar-damper_10863630_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/A/E/MY-1459363/fire-smoke-dampers_10863634_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/C/C/MY-1459363/air-cooling-machine_10863631_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/G/W/MY-1459363/axial-flow-fan_10863632_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/N/7/MY-1459363/blowers-single-double_10863633_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
