var fDesc=new Array(); fDesc[0] = "Young Laura was well protected from nightmares once her father gave her the Dreamcatcher. But after his sudden death the Dreamcatcher disappeared and Laura slipped into an endless nightmare. No one could wake her up, but you can try to save Laura. With the help of Professor Sanders and his machine, take a dangerous journey to Laura’s ghastly dreams, dispel her awes, fight her fears, solve numerous riddles of Laura’s subconscious and find clues to her redemption. Collect all the pieces of the lost Dreamcatcher, and help the girl return to the real world with this point-and-click adventure game."; 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 = ''; } }