<!--

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/4/3/MY-517558/beaker_10596143_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/C/S/MY-517558/buchner-funnel_10596144_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/W/9/MY-517558/seperating-funnel_10598962_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/1/P/MY-517558/conical-flask_10598958_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/U/S/MY-517558/ground-joints_10598959_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/I/E/MY-517558/mambrane-filter-assembly_10598960_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/T/6/MY-517558/measuring-cylinder_10598961_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/G/3/MY-517558/sintered-crucible_10598963_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/T/B/MY-517558/sintered-disc_10598964_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/S/Q/MY-517558/spherical-joints_10598965_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/L/G/MY-517558/stop-cocok_10598966_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/V/A/MY-517558/viscometer_10598967_250x250.jpg");
preloadFlag = true;
	}
}

// -->
