var fDesc=new Array(); fDesc[0] = "This application will help you design all types of gearing.

Main Features:

- For Planet gear sets all planet gears shown these are also shown in the *.DXF outputs
- Includes in add mod section find pitch from number of teeth and canter distance.
- Additions include graphical Line Of Action and step rolling around the LOA.
- Design data can be output in *. DXF format for use in AutoCAD etc. see the demo section for examples.
- Gear C.A.M. can also manage inspection standards as well as BS, Din, ISO or AGMA tolerances.
- All designs can be seen visually as shown on the examples.
- All output can be printed.
- All inputs can be imperial or metric or any combination."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }