var fDesc=new Array(); fDesc[0] = "Tales of Terror: House on the Hill Collector's Edition is a hidden object game in which you signed up for a ghost tour at an old estate and you were just hoping to spend some time with your sister, who loves the paranormal. You must outwit dangerous traps and find a way out before the house claims another victim."; 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 = ''; } }