var fDesc=new Array(); fDesc[0] = "Astra S-Nesting is intended for optimizing true shape nesting. The program can be used for cutting parts of metal, fabric, leather, wood, glass, stone and other sheet materials. All the features of this utility were designed to make the nesting and cutting process as quick as possible.

Its simple and intuitive tools allow you to quickly create an order, perform automatic true shape nesting, manually adjust layouts, if needed, print reports, output NC data in ISO G-codes, ESSI and DXF formats for processing with cutting machine."; 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 = ''; } }