var fDesc=new Array(); fDesc[0] = "DXF2GCODE is a tool for converting 2D (DXF, PDF, PS) drawings to CNC machine compatible GCode. The program features integration in EMC2; fully adjustable Postprocessor; G0 moves reduction by route optimization; improved accuracy for splines import by Line and Arc's; Mill parameter specification by layers; drag knife and lathe support; 3D viewer, and more."; 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 = ''; } }