var fDesc=new Array(); fDesc[0] = "Help Christine explore the spooky Ashburg Asylum and find her missing grandfather in this dark Hidden Object game. Travel to the eerie grounds of Ashburg and work your way through spine-chilling locations. Solve unique puzzles to progress deeper into the asylum, and closer to Christine’s grandfather. Meet interesting characters, unravel a mystery, and uncover an evil plot."; 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 = ''; } }