var fDesc=new Array(); fDesc[0] = "Nesting Optimizer is a 1-dimension (length) and 2-dimension (rectangular) nesting software for generating optimized cutting plans from your cut lists and maximizing your use of material.
Just define your part lists, the material list and Sawkerf size for each material, and with a click of a mouse button generate the optimized cutting plans. It specially designed to optimize the cutting layouts in the material metal, furniture, glass and similar industries."; 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 = ''; } }