var fDesc=new Array(); fDesc[0] = "Something spooky has vandalized shops and attractions and scared off patrons at the Renaissance Faire. Embark on chilling hidden object adventures to determine ghost or hoax! Investigate vandalized shops and attractions in GHOST Chronicles: Phantom of the Renaissance Faire. Find the source of a haunting at Majesty Manor in GHOST Hunterss!"; 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 = ''; } }