var fDesc=new Array(); fDesc[0] = "Greedy Penguins is is an completely free mobile game. The purpose of this game is to jump down through an infinite shaft of platforms,try not to fall off the screen and get coins as more as possible. Move the penguins with the arrow keys or Touchscreen, moving from platform to platform. "Life" decreases when you touch the pillards, but you can recover the "life" guage by eating fish"; 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 = ''; } }