var fDesc=new Array(); fDesc[0] = "In Treo, you have to pass a difficult test. A mix of classic platformer and other games with dodging elements from obstacles. Also in the game there is a survival mode in which you need to evade from boxes that fly from the sky. The game has nice looking vector graphics. In general, the game is very hardcore"; 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 = ''; } }