<!--

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/X/A/MY-717763/hot-air-oven-and-hot-air-sterlizer_10819650_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/O/Q/MY-717763/biological-microtome_10819658_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/Q/Z/MY-717763/laboratory-incubators_10819651_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/8/B/MY-717763/serological-water-bath_10819652_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/9/C/MY-717763/autoclave_10816874_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/C/V/MY-717763/laminar-flow-system_10816875_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/H/1/MY-717763/biosafty-cabinet_10819649_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/N/S/MY-717763/microscopes_10819653_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/4/U/MY-717763/analytical-balance_10819654_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/F/L/MY-717763/ph-meter_10819655_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/C/1/MY-717763/micro-pipettes_10819656_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/6/C/MY-717763/pharmaceutical-centrifuge_10819657_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
