<!--

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/Y/Z/MY-663702/candle-type-magnetic-separa_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/5/H/MY-663702/compact-band-filter_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/N/E/MY-663702/eco-type-paper-band-filter_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/G/Z/MY-663702/scraper-type-conveyor_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/4/5/MY-663702/up-flow-filter_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/Y/V/MY-663702/hydraulic-vacuum-filters_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/0/C/MY-663702/compact-vacuum-filters_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/X/V/MY-663702/cartridge-type-pressure-fil_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/C/G/MY-663702/flat-bed-multi-plate-pressu_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/N/2/MY-663702/manually-cleanable-pre-coat_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/O/J/MY-663702/belt-type-oil-skimmers_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/1/7/MY-663702/magnetic-screw-conveyor_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
