var fDesc=new Array(); fDesc[0] = "CutGLib is a powerful and reliable optimization engine for your Applications and ERP Systems. Mathematical library CutGLib provides the linear (1D) and the rectangular (2D) cutting optimization functionality for software developers. During the calculation CutGLib finds such cutting layouts that minimize the material waste and/or operating time."; 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 = ''; } }