var fDesc=new Array(); fDesc[0] = "This game is made in the arcade genre. The player moves across the playing field from left to right. The goal of the player in it is to score as many points as possible and stay alive for as long as possible. Also in the game there is a bonus that increases your health.
This game is made in the arcade genre. The player moves across the playing field from left to right. The goal of the player in it is to score as many points as possible and stay alive for as long as possible. Also in the game there is a bonus that increases your health.
This game is made in the arcade genre. The player moves across the playing field from left to right. The goal of the player in it is to score as many points as possible and stay alive for as long as possible. Also in the game there is a bonus that increases your health.
This game is made in the arcade genre. The player moves across the playing field from left to right. The goal of the player in it is to score as many points as possible and stay alive for as long as possible. Also in the game there is a bonus that increases your health.
This game is made in the arcade genre. The player moves across the playing field from left to right. The goal of the player in it is to score as many points as possible and stay alive for as long as possible. Also in the game there is a bonus that increases your health.
This game is made in the arcade genre. The player moves across the playing field from left to right. The goal of the player in it is to score as many points as possible and stay alive for as long as possible. Also in the game there is a bonus that increases your health.
This game is made in the arcade genre. The player moves across the playing field from left to right. The goal of the player in it is to score as many points as possible and stay alive for as long as possible. Also in the game there is a bonus that increases your health."; 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 = ''; } }