var fDesc=new Array(); fDesc[0] = "Smart2DCutting is a professional cutting software package designed for panel cutting optimization. Using advanced algorithms, it generates the most optimized cutting patterns, providing for maximum material yield. This tool can help you maximize productivity by reducing panel waste and costs and by saving the time needed to create and analyze patterns.

Smart2DCutting may be used for wood cutting, board cutting, panel cutting, glass cutting, sheet cutting and other 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 = ''; } }