<!--

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/H/7/MY-1062396/oil-tanks_10373884_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/8/O/MY-1062396/petrol-diesel-tank_10373881_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/5/5/MY-1062396/hot-air-tank_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/4/Z/MY-1062396/heating-furnace_10373883_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/U/Z/MY-1062396/air-receiver_10373879_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/F/A/MY-1062396/chimney_10373880_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/7/0/MY-1062396/fitters_10373882_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/2/I/MY-1062396/base-frames_10373885_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/L/5/MY-1062396/ducting_10373886_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/J/8/MY-1062396/crystallizer_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
