var fDesc=new Array(); fDesc[0] = "3D PDF Engine creates PDF documents with 3D content out of plant design review sessions. With this program you can easily create Adobe 3D-PDF‘s from SmartPlant Review Session, can select PDF content on engineering workflow. It works with SmartPlant Review Sessions from various sources: SmartPlant 3D, PDS."; 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 = ''; } }