var fDesc=new Array(); fDesc[0] = "Greed... Lust... Pride... These and four other Deadly Sins have held mankind in their sway since the fall. In the wake of a magic ritual that spiraled out of control, the demons of these vices have broken free of their fiery prison and taken up residence in Sacra Terra, a hospital that is now an extension of Hell on Earth. Waking up in the mental ward with no memory of the last few days, you must use your cunning to defeat each demon and rescue humanity from destruction!"; 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 = ''; } }