<!--

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/I/K/MY-1258294/bogie-hearth-furnace_10664792_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/2/5/MY-1258294/annealing-furnace_10664730_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/H/X/MY-1258294/sealed-quench-furnace_10664789_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/6/1/MY-1258294/rotary-aluminum-melting-furnace_10664791_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/7/Q/MY-1258294/roller-hearth-furnace_10664790_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/D/8/MY-1258294/conveyor-furnace_10664793_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/J/8/MY-1258294/forging-furnace_10664794_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/K/1/MY-1258294/electrical-aluminium-holding-furnace_10664795_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/A/J/MY-1258294/reverberatory-melting-furnace_10669598_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/D/C/MY-1258294/drop-quench-furnace_10669599_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/3/8/MY-1258294/gas-carburizing-furnace_10679826_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/E/C/MY-1258294/electric-oven_10664731_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
