var fDesc=new Array(); fDesc[0] = "In this game, you have to press the space bar as fast as you can! You might think: boring!
But what do you think about level up and lifes and such things? When you've choozen to start the game, you hear a voice saying "get ready. Get cet,".
Than you hear the game music playing and a voice saying go!
At that moment of saying go, you must press the space bar as fast as you can!
you have in normal mode a time limit of 10 seconds and in the classic one you have 60 seconds."; 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 = ''; } }