var fDesc=new Array(); fDesc[0] = "Amnesia: The Second Dimension is a mod that turns Amnesia: The Dark Descent into a puzzle platformer with comedy and horror elements, with 2D action in a 3D environment. The aim is to create a loving parody of A:TDD, adding a new dimension to the story, whilst removing a dimension from the gameplay. You will meet Brian, a Servant Grunt with a mind of his own, and help him to fulfill his destiny. The story unfolds at Brennenburg during the events of A:TDD. Whilst tracking Daniel through a re-imagined 2.5D Brennenburg, you’ll encounter a quaint and unseen world of friends and enemies."; 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 = ''; } }