var fDesc=new Array(); fDesc[0] = "This is a CNC program. It can be used for CNC routing, sign making, woodcarving and engraving. The software controls the CNC machine or hardware. A CNC wood router is a Numerical control tool that creates objects from wood. CNC (Computer Numberical control) is the technique of controlling machines using computers.

With the trial versions of the software you can cut sample files on your own machine using your own choice of tooling and material. Step by step tutorials and videos are available to guide you through the complete process, so you will be cutting on your CNC faster than you would have thought possible."; 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 = ''; } }