var fDesc=new Array(); fDesc[0] = "Involute is a free tool designed to calculate inspection data for a set of mating gear.
Involute is very easy to use:
- Select the gear type by clicking the appropriate gear type option (External or Internal).
Selecting External allows you to calculate gear data for an external pinion and gear set.
Selecting Internal allows you to calculate gear data for an external pinion and an internal gear.
- Type in the appropriate gear data for each input box. To navigate to each input box use your
mouse or use the "Enter", "Tab" or up and down arrow keys.
- Click on the "Calculate" button using your mouse."; 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 = ''; } }