<!--

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/M/J/MY-81082/4JIB_Crane_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/R/5/MY-81082/1EOT_Cranes_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/C/Z/MY-81082/HOT_Crane_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/N/2/MY-81082/2Goliath_Crane_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/T/X/MY-81082/3Heavy_Duty_Winches_250x250.jpg");
index_6 = newImage("http://imghost1.indiamart.com/data2/HK/BU/MY-81082/power-winch1-250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/1/3/MY-81082/Semi_Goliath_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/Z/5/MY-81082/Chain_Pulley_250x250.jpg");
index_9 = newImage("http://imghost1.indiamart.com/data2/SU/PB/MY-81082/goood-lift_250x250-250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/U/C/MY-81082/Crane_Spare_Parts_250x250.jpg");
index_11 = newImage("http://imghost1.indiamart.com/data2/DX/NE/MY-81082/electric-hoist1-250x250.jpg");
preloadFlag = true;
	}
}

// -->
