<!--

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/6/5/MY-980232/electrode-steam-boiler_10400371_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/2/4/MY-980232/coal-fired-steam-boiler_10400368_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/2/J/MY-980232/coal-fired-small-steam-boiler_10510683_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/7/L/MY-980232/coil-type-gas-fired-steam-boiler-2_10400369_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/5/Y/MY-980232/coil-type-oil-fired-steam-boiler_10400370_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/K/H/MY-980232/coal-fired-ibr-steam-boiler-1_10397725_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/E/R/MY-980232/oal-wood-fired-hot-air-generator_10397724_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/N/E/MY-980232/oil-fired-hot-water-generator-with-oil-day-tank-and-calorifier_10400372_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/7/6/MY-980232/thermic-fluid-heater-oil-fired_10400373_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/T/G/MY-980232/coal-wood-fire-three-pass-small-industrial-steamers_10510684_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/K/5/MY-980232/de-superheater-coil_10510685_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
