<!--

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/2/5/MY-703592/laboratory-equipment_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/P/0/MY-703592/universal-testing-machines_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/4/Y/MY-703592/hydraulic-testing-machines_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/V/Z/MY-703592/rockwell-hardness-tester_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/M/Y/MY-703592/vikers-hardness-tester_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/L/Z/MY-703592/impact-testing_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/2/D/MY-703592/abrasive-cut-off-machine_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/5/J/MY-703592/jominy-end-quench-harden-ab_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/R/J/MY-703592/oscillating-disc-rheometer_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/V/J/MY-703592/moving-die-rheometer_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
