var fDesc=new Array(); fDesc[0] = "Afterlife 2: Rickard's Journey is an epic, narrative platformer, in which Rickard Bronson returns to the Thirteen Realms of Hell to complete the journey of discovery he began in Afterlife: Rickard's Quest.
Armed with his trusty hand-bombs and Deadly Hunting Umbrella, and aided by an assortment of arcane treasures looted from the Realms of Hell, can he put a stop to his mysterious foe's dastardly plans?"; 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 = ''; } }