var fDesc=new Array(); fDesc[0] = "GoNest 2D is CAD/CAM nesting software for sheet layout, cutting glass, sheet metal layout, cutting optimization. GoNest 2D is a state of the art nesting software for generating optimized layouts and reducing scrap generated by 2 Dimensional Rectangular cutting (Guillotine cutting or shearing) processes. It finds application in varied industries such as Glass cutting, Sheet Metal layout, and fabrication, Wood working, Building panel, Carpet, PCB, acrylics etc. Whether your stock is in the form of Sheets or Coils (rolls), once you define your cutting job, the layout software requires just one mouse click to arrange the parts on appropriate stocks. It requires minimum skill and effort from the operator for generating the optimized layouts. It helps in cutting down wastage in Material, Time, Labor and Process."; 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 = ''; } }