var fDesc=new Array(); fDesc[0] = "Discover the truth behind the lies in the fourth chapter of the hit series. Search for hidden clues in a variety of beautifully illustrated scenes. Choose your own path as you explore a seemingly quaint, northern California town tormented by one horrifying night. Reveal a chilling story, and search for the disturbing truth behind the little black lies."; 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 = ''; } }