<!--

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/Z/T/MY-1437614/rolling-mill_10856230_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/T/T/MY-1437614/heavy-chemical-equipments_10856231_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/M/U/MY-1437614/ship-building_10945061_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/M/6/MY-1437614/marine-industries_10945062_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/L/4/MY-1437614/roller-for-cement-industry_10945063_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/D/P/MY-1437614/valve_10945064_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/6/D/MY-1437614/power-generating-equipments_10945065_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/O/5/MY-1437614/heavy-machining_10945066_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/N/W/MY-1437614/horizontal-boring-machine_10945067_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/N/K/MY-1437614/horizontal-lathe-machine-1250mm_10945068_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/D/0/MY-1437614/horizontal-lathe-machine-2000-mm_10945069_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/K/5/MY-1437614/vertical-turret-lathe-vtl_10945070_250x250.jpg");
preloadFlag = true;
	}
}

// -->
