var fDesc=new Array(); fDesc[0] = "Uncover the mysterious past of a sleepy seaside village in Whispered Secrets: The Story of Tideville! You and your son, Tim, recently moved to the small town of Tideville to make a fresh start. One peaceful autumn evening, you arrive home just in time to see Tim vanish into thin air! Armed with only your wits and a cryptic clue about a scientist, you set out to find your son. But you soon learn that Tim was not the first resident of Tideville to disappear."; 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 = ''; } }