var fDesc=new Array(); fDesc[0] = "A dark abandoned hospital with a maze of mysterious passages, hidden rooms, and zanny characters challenges your detective skills. The hospital is haunted by strange and mysterious crimes that took place years before. In this hidden object classic, explore all of the mysterious room and solve the mystery. To solve the mystery of the asylum, you'll need to search for hundreds of items buried within the decaying rooms and hallways, and use special skills that allow you to locate objects quickly."; 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 = ''; } }