<!--

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://imghost1.indiamart.com/data2/RE/DF/MY-1532492/1industrial-drying-oven-250x250.jpg");
		index_2 = newImage("http://imghost1.indiamart.com/data2/FD/MH/MY-1532492/2conveyorized-oven-250x250.jpg");
		index_3 = newImage("http://imghost1.indiamart.com/data2/ST/WG/MY-1532492/3industrial-furnaces-250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/A/X/MY-1532492/pro5_250x250.jpg");
		index_5 = newImage("http://imghost1.indiamart.com/data2/PY/SD/MY-1532492/4heat-treatment-furnaces-250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/P/5/MY-1532492/lab_equipments_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/B/E/MY-1532492/pro10_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/B/K/MY-1532492/pro2_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/X/1/MY-1532492/pro4_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/A/X/MY-1532492/pro8_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
