<!--

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/X/Z/MY-866580/lathe-machine_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/U/J/MY-866580/heavy-duty-lathe-machine_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/Z/D/MY-866580/milling-machine_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/3/C/MY-866580/drill-machine_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/Z/A/MY-866580/surface-grinder_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/4/0/MY-866580/hydraulic-surface-grinder_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/0/4/MY-866580/abb-motors_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/N/X/MY-866580/raas_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/E/1/MY-866580/control-equipment_10261661_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/Z/6/MY-866580/controlandswitchgears_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/0/5/MY-866580/train-mill_10923473_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/N/1/MY-866580/train-turn_10923474_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
