<!--

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/6/5/MY-1469481/belt-conveyor_10876130_250x250.JPG");
		index_2 = newImage("http://imghost.indiamart.com/data/0/4/MY-1469481/pulleys_10876131_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/A/Q/MY-1469481/shafts_10876135_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/H/3/MY-1469481/TRACK_TROLLEY_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/U/X/MY-1469481/wire-rope-wheels_10876137_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/T/W/MY-1469481/crane-wheels_10876138_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/F/D/MY-1469481/returnidler_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/E/E/MY-1469481/drums_10876140_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/N/V/MY-1469481/carryingidlers_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/O/K/MY-1469481/troughing-idler_10886000_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/9/4/MY-1469481/idler-shafts_10886001_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/Z/W/MY-1469481/impact-idlers_10886002_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
