var fDesc=new Array(); fDesc[0] = "Metal Ball: Space Maze is a game in which you have to find a way out of the maze and to test reaction times. The metal ball is moving toward the exit of the maze as the clock is ticking. Once time is uo the game is over. But do not despair, as the levels are scattered with bonuses that will add precious time. Levels are filled with dangerous traps and doors, which you will have to find the keys to open. The passage of each level can be repeated."; 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 = ''; } }