<!--

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/K/7/MY-706637/muffle-20type-20furnace_10404757_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/S/M/MY-706637/pigeon-type-upsater-forging-furnace_10404758_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/N/J/MY-706637/mesh-belt-type-washing-machine_10404866_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/H/3/MY-706637/pit-20type-20hardening-tampering-20furnace_10404867_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/4/G/MY-706637/shaker-heart-furnace_10404868_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/V/Y/MY-706637/mesh-belt-type-tamporing-furnace_10404869_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/6/4/MY-706637/seald-quench-furnace-with-washing-26-tampering-plant_10404870_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/J/4/MY-706637/conveyor-type-hardening-furnace_10404871_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/3/H/MY-706637/batch-type-tampering-furnace_10404872_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/K/F/MY-706637/bogie-20hearth-20furnace_10404873_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/2/6/MY-706637/rotary-20aluminum-20melting-20furnaces_10404874_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/R/Y/MY-706637/aluminium-20melting-20furnace_10404875_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
