var fDesc=new Array(); fDesc[0] = "Gotham has always been a place of secrets. Now, the Riddler has found a way to tap into those secrets. What can he use them for? To destroy Batman, of course. You take the role of Batman as he tries to protect his secret identity and stop the Riddler's evil plans. You will have to run and punch your way through levels filled with enemies like Feeler, Saddo, and Jerry. Luckily, the caped crusader has a number of devastating moves he can use, including a devastating uppercut. It's up to you to help Batman save Gotham once again in this adventure game. You arsenal includes a lot of nifty bat-gadgets, and a collection of fighting moves that are unleashed with special button combinations."; 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 = ''; } }