var fDesc=new Array(); fDesc[0] = "OptiCut is an application designed for panels and profiles cutting optimization. It is based on a powerful multimode, multiformat, and multimaterial algorithm. OptiCut features grain direction, trim cuts, plated edges and pre-cuts, stoks and reusable falls, panels turnaround, and parametric labels."; 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 = ''; } }