var fDesc=new Array(); fDesc[0] = "DeskCNC is a Windows based CAM/CNC solution for creating toolpaths, copying existing models, and running CNC machines. DeskCNC can create toolpaths from DXF STL, Gerber, Excellon, and Image file formats as well as Digitize existing part geometr (requires optional Probe or Laser Scanner).

DeskCNC can smoothly run any CNC machine from within Windows. It includes a full G-code interpreter/editor and runs in any version of Windows 95/98/Me/Nt/2000/XP."; 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 = ''; } }