var fDesc=new Array(); fDesc[0] = "Nesting Demonstrator is an easy and quick-to-run cloud-based application for automatic nesting. You can prepare your data (parts, quantities, formats) and run the automatic nesting. The Nesting results are directly displayed on your computer and you can download a PDF file containing a detailed report. You can thus easily evaluate your material savings and compare the achieved results with the ones of competing solutions."; 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 = ''; } }