var fDesc=new Array(); fDesc[0] = "Ghosts of the Past: Bones of Meadows Town Collector's Edition is a hidden object game in which the sheriff of Meadows Town has disappeared without a trace, and you've been hired as his replacement. Only you and your deputy are left to piece together the mystery of mummified bodies and ghostly apparitions."; 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 = ''; } }