<!--

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/P/C/MY-614111/sheet-metal-structured-packing_10489340_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/E/R/MY-614111/wire-gauze-structured-packings_10489341_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/M/W/MY-614111/laboratory-20structured-20packings_10489919_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/Q/C/MY-614111/random-packings_10489921_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/F/6/MY-614111/extraction-packing_10489922_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/C/U/MY-614111/vane-pack_10489918_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/I/0/MY-614111/column-internals_10489915_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/V/3/MY-614111/bubble-caps_10489916_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/N/S/MY-614111/static-mixer_10489917_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/5/8/MY-614111/valve-trays_10489920_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/8/B/MY-614111/equipment-20fabrication_10489923_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/S/Y/MY-614111/turnkey-solvent-recovery-plants_10902718_250x250.jpg");
preloadFlag = true;
	}
}

// -->
