<!--

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/N/9/MY-1142761/air-20cooling-20unit-20front-20flow_10514672_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/M/P/MY-1142761/air-20cooling-20unit-20bottom-20flow_10515005_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/3/P/MY-1142761/atmosphesic-20type-20condensor_10515001_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/L/E/MY-1142761/prd6_10515002_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/T/H/MY-1142761/trunk-20coil_10515008_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/1/J/MY-1142761/i-20b-20t-20coil_10515003_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/O/F/MY-1142761/amonia-reciever_10514673_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/S/E/MY-1142761/prd8_10515004_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/J/E/MY-1142761/prd11_10515007_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/P/M/MY-1142761/themic-20fluid-20heating-20coil_10515006_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/E/I/MY-1142761/belt-drive_10515000_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/6/I/MY-1142761/axle-fan_10514999_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
