var fDesc=new Array(); fDesc[0] = "Quick Spline is a powerful yet easy to use involute spline program for calculating involute spline dimensions for 7 different spline standards allin one program.

Quick Spline gives you all major spline data such as actual and effective circular tooth thickness or space width, measurement over or between pins, major and minor diameters, form diameter and much more. With Quick Spline you can modify calculated spline data as needed. By specifying a plating allowance you can even calculate pre-plate spline dimensions."; 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 = ''; } }