var fDesc=new Array(); fDesc[0] = "Then Sheet Layout Software is essential to your productivity! Eliminate cutting errors and remove shop bottle necks. Our optimization software easily prints Cutting Diagrams, Bill of Material reports, Labels, Cost Reports and more. Sheet Layout is everything you need in a material optimizer.
Visual verification of part information including edge banding on diagrams and printouts. Optimize one or hundreds of sheets of Plywood, MDF, Veener, plastic, lumber, extrusions and more."; 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 = ''; } }