var fDesc=new Array(); fDesc[0] = "Pyro Jump is an action-arcade game in which a little flame is burning with love for the princess and is willing to do anything to convince her that this romantic idyll is not destined to go up in flames. You can leap from one wheel to another and try to catch Princess Paper and in each level, collect all the flames and unlock bonus levels."; 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 = ''; } }