<!--

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/M/L/MY-148975/thk-ball-screws-roller-scre_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/K/2/MY-148975/linear-shafts-and-bushes_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/9/O/MY-148975/self-lubricating-bushes_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/3/8/MY-148975/feroform-pump-and-marine-be_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/P/7/MY-148975/thk-linear-motion-guides_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/3/N/MY-148975/clamping-and-braking-elemen_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/P/T/MY-148975/linear-and-rotary-actuators_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/6/H/MY-148975/stock-gears-racks-and-pinio_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/D/9/MY-148975/multiple-axes-motion-contro_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/U/Q/MY-148975/suruga-seiki-precision-posi_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/1/C/MY-148975/nbk-couplings_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/C/F/MY-148975/precision-lock-nuts-and-loc_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
