<!--

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/L/D/MY-673935/grinding-polishing-abrasives_10388743_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/4/2/MY-673935/finishing-abrasives_10388744_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/V/2/MY-673935/diamond-abrasive-for-floor-polishing_10388791_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/4/A/MY-673935/high-speed-polisher_10388793_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/1/9/MY-673935/slab-polisher_10388792_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/O/X/MY-673935/floor-polishing-machines_10388795_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/M/B/MY-673935/single-disc-diamond-polishers_10388794_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/K/Z/MY-673935/shining-powders-polishing-pads_10388796_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/P/B/MY-673935/impregnating-sealers_10388797_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/W/M/MY-673935/cleaning-chemicals_10388798_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/V/D/MY-673935/columbus-auto-scrubber-drier-ra-55k-40_10388799_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/5/Y/MY-673935/vacuum-cleaners_10388800_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
