<!--

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/W/P/MY-721911/commerical-water-softner-plant_10795034_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/7/C/MY-721911/domestic-water-softner-plant_10795035_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/H/U/MY-721911/mineral-water-plant_10795032_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/9/K/MY-721911/waste-water-plant_10795036_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/W/A/MY-721911/media-filter-plant_10795031_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/L/A/MY-721911/ro-system-commercial_10792598_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/0/4/MY-721911/ro-system-domestic_10792597_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/J/7/MY-721911/pressure-booster-system_10795033_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/O/6/MY-721911/bottled-water-ozone-system_10795037_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/Z/K/MY-721911/compact-blow-moulding-system_10795038_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/H/Z/MY-721911/packaging-system_10795039_250x250.jpg");
preloadFlag = true;
	}
}

// -->
