var fDesc=new Array(); fDesc[0] = "Ghost in the Sheet is a point’n’click adventure game based upon a highly original story about a ghost who finds out that the Afterlife is not nearly as fun as it sounds. Having met your new and rather unpleasant astral boss, you embark on an adventure to an abandoned factory with the goal of finding out what happened there."; 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 = ''; } }