var fDesc=new Array(); fDesc[0] = "Dominic Crane's been dreaming about mysterious places he's never been to. He visits a shrink who helps him uncover a dark mystery from his childhood.
Buried deep in his subconscious is an eerie message someone is trying to communicate.
Dominic suspects this comes from a beloved person he lost way back in his childhood. Little does he know the message is coming from a sinister world he would have never thought existed.
Take this ominous trip with Dominic and help him piece together the mystery from the world beyond..."; 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 = ''; } }