var fDesc=new Array(); fDesc[0] = "On a lonely stretch of highway, a young girl is found unconscious, a bloody knife lying next to her. Was she a victim, or did she attack someone? Her doctors are baffled when she fails to respond to treatment. Desperate, they call you in to help. As a psychic, you're used to working with clients who can talk to you. But this girl can't. Enter her mind and work to discover the noise she couldn’t make."; 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 = ''; } }