var fDesc=new Array(); fDesc[0] = "Cut2D converts CAD DXF and graphics designs to GCode / CNC Toolpaths for machining high quality parts and components. Affordable, easy to use software that's very functional and creates high quality CNC toolpaths for virtually all CNC machines. Automatic cutter diameter compensation, machines designs precisely to size without having to worry about manually offsetting geometry for the cutter being used. Fantastic, high quality colour shaded 3D Preview with realistic material types that show exactly what the job will look like when machined. Based on Vectric's world class VCarve Pro technology, Cut2D is a precision CNC Toolpath engine."; 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 = ''; } }