var fDesc=new Array(); fDesc[0] = "Batman: Arkham Asylum exposes players to a unique, dark and atmospheric adventure that takes them to the depths of Arkham Asylum - Gotham's psychiatric hospital for the criminally insane. Gamers will move in the shadows, instigate fear amongst their enemies and confront The Joker and Gotham City's most notorious villains who have taken over the asylum.
Using a wide range of Batman's gadgets and abilities, players will become the invisible predator and attempt to foil The Joker's demented scheme.
Batman: Arkham Asylum features an original story penned exclusively for the game by famous Batman author and five-time Emmy award winner Paul Dini, whose credits include Lost season one and Batman: The Animated Series.
Utilize the unique FreeFlow™ combat system to chain together unlimited combos seamlessly and battle with huge groups of The Joker's henchmen in brutal melee brawls.
Investigate as Batman, the WORLD'S GREATEST DETECTIVE, by solving intricate puzzles with the help of cutting edge forensic tools including x-ray scanning, fingerprint scans, 'Amido Black' spray and a pheromone tracker.
Face off against Gotham's greatest villains including The Joker, HARLEY QUINN, VICTOR ZSASZ and KILLER CROC."; 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 = ''; } }