// JavaScript Document
	
		<!-- drop down menu  1 -->                                                   
document.write('<div id="1" class="dropmenudiv1">');
document.write('		<a href="helical-geared-motors.html">&nbsp;<b>HELICAL GEARED MOTORS</b></a>');
document.write('		<a href="cyclo-geared-motors.html">&nbsp;<b>CYCLO GEARED MOTORS</b></a>');
document.write('		<a href="mini-geared-motors.html">&nbsp;<b>MINI GEARED MOTORS</b></a>');
document.write('		<a href="low-backlash-reducers.html">&nbsp;<b>LOW BACKLASH REDUCRES</b></a>');
document.write('		<a href="mechanical-speed-variators.html">&nbsp;<b>MECHANICAL SPEED VARIATORS</b></a>');document.write('		<a href="hyosung-helical-geared-motor.html">&nbsp;<b>HYOSUNG HELICAL GEARED MOTOR</b></a>');
document.write('		</div>');
		
		<!-- drop down menu 2 -->                                                   
document.write('		<div id="2" class="dropmenudiv1">');
document.write('		<a href="worm-geared-motors.html"><b>WORM GEARED MOTORS</b></a>');
document.write('		<a href="bevel-buddy-geared-motors.html"><b>BEVEL BUDDY GEARED MOTORS</b></a>');
document.write('		<a href="hypoic-geared-motors.html"><b>HYPONIC GEARED MOTORS</b></a>');
document.write('		<a href="turn-table.html"><b>TURN TABLE</b></a>');
document.write('		<a href="bevel-gear-boxes.html"><b>BEVEL GEAR BOXES</b></a>');
document.write('		</div>');
		
		<!-- drop down menu 3 -->                                                   
document.write('<div id="3" class="dropmenudiv1">');
document.write('		<a href="shaft-mounted-reducer.html"><b>SHAFT MOUNTED REDUCER</b></a>');
document.write('		<a href="helical-parallel-reducer.html"><b>HELICAL PARALLEL REDUCER</b></a>');
document.write('		<a href="helical-buddy-geared-motor.html"><b>HELICAL BUDDY GEARED MOTOR</b></a>');
document.write('		</div>');

		<!-- drop down menu  4  -->                                                   
document.write('<div id="4" class="dropmenudiv1">');
document.write('		<a href="internal-locking.html">&nbsp;<b>INTERNAL LOCKING</b></a>');
document.write('		<a href="external-locking.html">&nbsp;<b>EXTERNAL LOCKING (SHRINK DISC)</b></a>');
document.write('		<a href="keyless-couplings.html">&nbsp;<b>KEYLESS COUPLINGS</b></a>');
document.write('		<a href="hydraulic-shrinkdisc.html">&nbsp;<b>HYDRAULIC SHRINK DISC</b></a>');
document.write('		<a href="locking-elements.html">&nbsp;<b>LOCKING ELEMENTS</b></a>');
document.write('		</div>');

