var fDesc=new Array(); fDesc[0] = "Mystery Trackers: Nightsville Horror Collector's Edition is a hidden object adventure game. A young boy named Oliver’s been kidnapped, and the scared citizens of Willowsville are blaming the Owl Man from their rival town, Nightsville. Long thought to be a made-up story to scare the kids, the Owl Man seems to be real… and he’s coming for you."; 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 = ''; } }