var fDesc=new Array(); fDesc[0] = "Uplivion Player is a program that enables players to start playing a game by simply navigating to a website and pressing the play-button.
It is specifically designed to meet the needs of the games industry and leaves the original mesh unmodified.
Another feature is compression for 3D mesh data that allows storing such data far more efficiently than the naive approach."; 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 = ''; } }