var fDesc=new Array(); fDesc[0] = "EditNC™ is an EXTREMELY powerful CNC Editor! for Windows™ 2000, Xp, Vista, 7. EditNC™ provides for large files, multiple documents, file compare, text coloring, sequencing & formatting, smart searches, spaces, transformations, calculators, reference charts, analysis, g-macro, dnc and nc backplotter.

Reliable (first release 1993 and thousands of users), High performance even with large files (90MB tested), Easy to use & maintain (single executable and its related help files), cost effective, and much more.

Main features:
-Multiple Document Interface
-Sequence Numbering
-Address Color Coding
-Address Math Operations
-Insert/Remove Spaces
-Dynamic search by Tool, Speed or Feed
-File Analysis
-File Compare
-Programming Calculator
-Backplotter now Supports Heidenhain
-Context Sensitive Help
-Integrated DNC
-Optional G-Macro™ Macro Processor Plug-In
-Optional Machinist ToolBox™ Plug-In"; 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 = ''; } }