<!--

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/C/1/MY-813947/dental-unit_10558936_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/G/M/MY-813947/glass-bead-sterilizer_10561575_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/Y/6/MY-813947/u-v-sterilizer_10561578_250x250.jpg");
		index_4 = newImage("http://imghost1.indiamart.com/data2/KX/EG/MY-813947/dental-loupes-new-250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/J/H/MY-813947/uds-k-ultra-sonic-scaler_10561579_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/I/F/MY-813947/dental-oil-free-air-compressor_10561581_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/M/7/MY-813947/seamless-20autoclave_10561577_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/X/6/MY-813947/computer-controlled-integral-dental-chair-unit_10561573_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/D/R/MY-813947/electrically-20operated-20dental-20chair-20unit_10558935_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/Z/B/MY-813947/dfem-700_10561572_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/Y/B/MY-813947/micro-processor-controlled-dental-x-ray_10561574_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/U/I/MY-813947/dental-operating-microscope_10561580_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
