var fDesc=new Array(); fDesc[0] = "Nothing can prepare you for the experience of playing Mind's Eye: Secrets of the Forgotten, a hidden object adventure that will challenge, thrill and disturb you. Follow Gabrielle, an enterprising journalist who stumbles on the story of her lifetime when she smells murderous intent behind what everyone assumes was a suicide. As Gabrielle delves deeper into the mystery, participating in scientific experiments that allow her to enter the minds of other people to search for clues, she will uncover a shocking secret about her past that will surprise even jaded gamers. Featuring a unique scrolling perspective that allows items along different depth planes to be linked into a single object, Mind's Eye offers an unforgettable journey into the subconscious!"; 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 = ''; } }