var fDesc=new Array(); fDesc[0] = "The Machinist Calculator has been developed to quickly solve common machine shop trigonometry and math problems at a price every machinist can afford!

As a machinist or CNC programmer, you often have to use trigonometry to calculate hole positions, chamfers, sine bar stacks, dovetail measurements, bolt circles, etc. You often have to leaf through reference books, drill charts, speed and feed tables, thread wire charts and so on to find the information you need. On the other hand, you can use the Machinist Calculator fast, easy and accurate and affordable."; 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 = ''; } }