<!--

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/6/8/MY-234731/ahu-filters-hepa-fine-pre_10378548_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/A/L/MY-234731/industrial-liquid-filters_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/W/O/MY-234731/compressed-air-gas-filters-oil-removal_10378549_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/G/X/MY-234731/liquid-filteration-plant_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/S/M/MY-234731/filter-pads_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/D/3/MY-234731/filter_element_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/G/9/MY-234731/strainers_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/R/W/MY-234731/moisture-separator-demister-pads_10378556_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/3/1/MY-234731/heat-exchanger_10378551_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/9/M/MY-234731/air-dryers_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/O/M/MY-234731/Glass_Fiber_Media_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/Q/L/MY-234731/Dehumidifier_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
