var fDesc=new Array(); fDesc[0] = "SIMUL CNC can edit or check a program numerical control (CNC ISO milling or turning).
The special feature of this simulator is that it generates a CAD file from the program, and just perform the tracing OF the target tool directly on this. Also it can perform DXF exports and HTML from your CNC programs."; 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 = ''; } }