<!--

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/3/0/MY-1483657/helical-gear_10910477_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/U/E/MY-1483657/helical-gear-box_10925865_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/9/7/MY-1483657/spur-gear_10925866_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/G/Y/MY-1483657/spur-pinion-gear_10925867_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/B/W/MY-1483657/bevel-gear_10925868_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/P/8/MY-1483657/non-ferrous-metal-spur-helical-gears_10925864_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/4/3/MY-1483657/reduction-gear-box_10925863_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/9/M/MY-1483657/helical-pinion_10910476_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/Y/H/MY-1483657/worm-wheel-worm-shaft_10911375_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/4/L/MY-1483657/sprocket_10925869_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/V/2/MY-1483657/rack-pinion_10925870_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/S/9/MY-1483657/gear-machine-maintenance_10925871_250x250.jpg");
preloadFlag = true;
	}
}

// -->
