<!--

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/C/7/MY-1029682/screw-conveyors_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/8/D/MY-1029682/telescopic-conveyors_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/H/F/MY-1029682/roller-conveyors_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/J/G/MY-1029682/belt-conveyors_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/1/O/MY-1029682/chip-conveyors_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/W/K/MY-1029682/slat-chain-conveyors_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/L/Y/MY-1029682/conveyors-rollers_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/M/6/MY-1029682/conveyors-pulley_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/Z/M/MY-1029682/bucket-elevator_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/N/Z/MY-1029682/pressure-vessel_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/2/6/MY-1029682/chemical-plant-equipments_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/T/Q/MY-1029682/heavy-fabrication-equipment_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
