<!--

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/E/MY-349711/autopsy-20workstation_10563387_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/X/1/MY-349711/autopsy-table_10563388_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/D/O/MY-349711/stryker-autopsy-saw-imported_10564528_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/Z/R/MY-349711/dead-body-weighing-scale_10564523_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/G/F/MY-349711/60nova-c2-bf-organ-weighing-scale-model-os-2_10564524_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/M/D/MY-349711/60span-c2-bf-embalming-machine-model-em-05_10564525_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/L/N/MY-349711/60span-c2-bf-embalming-machine-portable-model-em-01_10564526_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/K/Z/MY-349711/60span-c2-bf-post-mortem-instrument-set-model-in-12-imported_10564527_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/V/X/MY-349711/body-20bags_10585445_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
