<!--

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/9/0/MY-1113253/eot-cranes_10556347_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/Z/Q/MY-1113253/jib-cranes_10556535_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/0/Y/MY-1113253/hot-20cranes_10556536_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/F/C/MY-1113253/goliath-cranes_10556533_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/R/V/MY-1113253/floor-20cranes_10556534_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/7/2/MY-1113253/conveyor-system_10556348_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/U/Q/MY-1113253/belt-20conveyor_10556537_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/8/B/MY-1113253/chain-20conveyor_10556539_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/K/D/MY-1113253/roller-20conveyor_10556538_250x250.jpg");
preloadFlag = true;
	}
}

// -->
