var fDesc=new Array(); fDesc[0] = "Haunted Hotel: Ancient Bane Collector's Edition is a hidden object game in which Abraham Shadowy bought an abandoned hotel, planning to turn it into a haunted attraction for his guests. But when his guests start actually disappearing, people begin to gossip. You will have to join your detective friend James as you search for the truth among Shadowy's mechanical contraptions."; 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 = ''; } }