var fDesc=new Array(); fDesc[0] = "In Sanitarium you play an amnesiac thrust into a morbid, and creepy universe. After a car accident you wake up to find that instead of lying in a hospital, you’re in an asylum with your head wrapped in bandages. Who am I? What am I doing here? How do I escape? There endless questions eating away at you, and so too are the many puzzles you’ll need to resolve throughout."; 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 = ''; } }