var fDesc=new Array(); fDesc[0] = "EngView Package Designer Suite is an integrated CAD/CAM environment for design of folding carton & corrugated packaging and related converting tools. It is structured as a set of functional modules, covering the whole process – from conceptual design to diemaking. EngView is established worldwide as easy to learn and use software, backed by reliable and responsive customer care. The award-winning parametric technology gives unique power and flexibility. It enables you to produce creative designs with high quality and impact."; 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 = ''; } }