var fDesc=new Array(); fDesc[0] = "Twisty's Asylum Escapades is a dark, 3D, single player, action adventure game. You play as Twisty - the evil, disembodied floating brain with a mouth full of razor sharp teeth. He makes his way through this bizarre mental facility, fighting enemies and solving puzzles in order to secure his own "early release" from the asylum."; 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 = ''; } }