var fDesc=new Array(); fDesc[0] = "Altair HyperView Player enables your organization to visualize 3D CAE models and results via the Internet and Microsoft Office products (PowerPoint and Word). It provides a collaborative solution for enterprise-wide product data visualization throughout your design process. HyperView Player includes a web browser and MS-Office (PowerPoint and Word) plug-in as well as standalone executables for both PC and UNIX."; 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 = ''; } }