var fDesc=new Array(); fDesc[0] = "House of 1000 Doors: Evil Inside Collector's Edition is a hidden object game. Emily’s everyday life is shattered when a strange woman knocks at her door, begging for her help as a frightening meteor descends from the sky. In an instant, she’s whisked away to the mysterious House of the Lancasters, where she discovers she has a special gift: the inner light. Now Emily’s power is the only thing that can stop the dark disease that threatens to swallow the entire world."; 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 = ''; } }