var fDesc=new Array(); fDesc[0] = "The Master Machinist started as just a drill finder programme in the late 1990's and has evolved from there,mostly for personal use. If you've read this far you probably would like to know what The Master Machinist can actually do. Unit Conversions: There are over 30 different conversions,all of which work both ways inches-millimetre, decimal degrees to degrees minute seconds,inches per foot to degrees minute seconds, hp to kw, deg F ot deg C to deg K,and many more.
Tap Drills: Find tap drills for many different threads,either cut tap or forming tap,thread forms include UN,BSW,Metric,NPT,BSP and some thread inserts. You can also calculate the tap drill for odd sized threads .Drill Finder: Find the nearest drill to a particular size,metric or inch. Just enter the dia and The Master machinist will display the nearest size,the database contains both inch and mm drills so the result may be mm for and inch search or inch for a mm search."; 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 = ''; } }