var fDesc=new Array(); fDesc[0] = "MatrixEngine is an Internet 3D multimedia content engine for PCs. It supports a wide range of applications from large-scale online games to institutional use 3D contents and Web catalogs and manuals. As a user-friendly 3D platform, it is used by a large number of pioneering customers and highly praised for its reliability and performance."; 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 = ''; } }