var fDesc=new Array(); fDesc[0] = "Haunted Hotel: Eternity is a hidden object puzzle adventure horror game. It was supposed to be an easy assignment: protect a famous philanthropist and earn $100,000. But, someone want him dead, and they're willing to kill anyone who gets in their way. Trapped inside an abandoned hotel filled with deadly puzzles, can you survive and save the professor?

Collector's Edition comes with additional contents such as art gallery, extra soundtracks, collectible masks, secret room, achievements and puzzle collection, etc. You also get a bonus chapter with the secrets of the Eternity Project."; 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 = ''; } }