var fDesc=new Array(); fDesc[0] = "D2nc allows a machine operator to describe almost any shape and then generate G-code directly integrated to the Mach3 machine controller. Its efficiency and speed in the workflow is unmatched by any product, even those costing thousands of dollars.

The concept behind D2nc is using a simple Shape Description Language (SDL) to describe a shape. The shape is processed using machine, material and tool constraints to produce a tool path in G-code."; 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 = ''; } }