<!--

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/V/K/MY-862936/condensor_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/N/V/MY-862936/inter-coolernew11_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/C/W/MY-862936/evaporator1_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/D/P/MY-862936/radiator1_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/S/D/MY-862936/oilcooler1_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/F/C/MY-862936/aircoller1new_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/Y/Y/MY-862936/aluminumheater1_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/J/G/MY-862936/aircraftnew1_250x250.jpg");
preloadFlag = true;
	}
}

// -->
