var fDesc=new Array(); fDesc[0] = "The popularity of CNC machining technology has created an increased demand for thread milling when generating internal and external threads.

North American Tool has created Thread Mill Application Software that works in conjunction with your CNC machine controller. This software generates the helical interpolation for the CNC program (in G-code) necessary to run your thread mills. Just enter the basic thread parameters, then follow the computer instructions."; 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 = ''; } }