<!--

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/3/MY-981375/belt-conveyor_10798483_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/Q/T/MY-981375/roler-conveyor_10798557_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/P/5/MY-981375/chain-conveyor_10798560_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/X/0/MY-981375/slate-conveyor_10798559_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/L/4/MY-981375/acemmbly-line-conveyor_10798558_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/U/E/MY-981375/lifting-platforms_10798555_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/7/R/MY-981375/scissors-lift_10798562_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/M/K/MY-981375/automated-handling-system_10798482_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/B/2/MY-981375/gasket-trimmer-mc_10798556_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/N/S/MY-981375/welding-positioner_10798561_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
