<!--

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/G/I/MY-681677/elliptical-electro-magnet_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/O/J/MY-681677/circular-electro-magnet_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/I/5/MY-681677/rectangular-electro-magnet_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/M/9/MY-681677/over-band-belt-type-separat_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/0/4/MY-681677/band-belt-type-separator-1_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/S/M/MY-681677/pm_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/9/Q/MY-681677/pm-concentrator_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/D/Z/MY-681677/vibratory-feeder_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/5/5/MY-681677/magnetic-pulley_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/0/9/MY-681677/eot-cranes_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/V/L/MY-681677/ISC_hoist_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/3/Q/MY-681677/continuous_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
