var fDesc=new Array(); fDesc[0] = "Run, jump and bounce your way through this exciting platform game. Collect all the stars on each level to progress to the next. Use springs and platforms to reach those out-of-the-way areas and avoid the spikes and water. Jump on enemies heads to kill them and collect the bonuses. Only the fastest platform runners will win the game as the level timer counts down faster on each new level!"; 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 = ''; } }