<!--

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/5/D/MY-587641/air_filter_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data1/D/7/MY-587641/dust-fin-250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data1/D/4/MY-587641/fbd-bag-250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/W/K/MY-587641/liquid23_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data1/Q/M/MY-587641/gghhh-250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data1/1/A/MY-587641/fffffff-250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data1/W/L/MY-587641/star-filter-bag-250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data1/1/C/MY-587641/plated-dust-collection-cartridge-250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data1/Q/W/MY-587641/dddddd-250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data1/N/E/MY-587641/sparkle-filter-250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data1/S/Q/MY-587641/oil-filtration-250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data1/T/9/MY-587641/jjkkuyttt-250x250.jpg");
		preloadFlag = true;
	}
}

// -->
