var fDesc=new Array(); fDesc[0] = "UltraBomberman is an intergalactic space explorer, he traveling on his spaceship in search of countless treasures of the galaxy. During the next flight, the ship collides with a meteor and the UltraBomberman crashes on an abandoned planet E-45-L. You have to explore the abandoned ruins, full of secrets and dangers, to find the missing parts from the spacecraft. Up / down / left / right arrow control, space, pause - P."; 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 = ''; } }