var fDesc=new Array(); fDesc[0] = "AutoCAM 2D is a set of tools which will be useful in a CNC production setup with 2D flat sheet processing machines like CNC laser, gas, plasma, waterjet, EDM , router, signmaking etc. Some of tools include pre-processing , nesting, CNC file reader, CNC G-code file output, tooling,etc.

There are also some specific toolbxes for specific operations like turning, pocketing, spline fit, spline to arc conversion, tube-cutting, cone unwrapping etc."; 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 = ''; } }