var fDesc=new Array(); fDesc[0] = "PaneCutter program is used for automatic cutting plan design for manufacturers of furniture and other products made from sheet materials (wood, metal, glass, etc ..), whose product range is wide or permanently changing.
Due to its sophisticated, recursive algorithm, PaneCutter finds the optimum cutting plan with the least possible waste of raw material. It offers several solutions always sorted, so the most optimum is the first, but the user has the possibility to choose other solution."; 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 = ''; } }