var fDesc=new Array(); fDesc[0] = "Mystery Case Files: Shadow Lake enables you to uncover the evil legend that haunts a forgotten town. In 1973, something wicked took over the town of Bitterford, Maine, after an unsuspecting inmate unearthed a mysterious object from beneath the prison floor. You can join forces with psychic Cassandra Williams, played by award-winning actress Lea Thompson, to investigate the events that led to the town's destruction."; 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 = ''; } }