var fDesc=new Array(); fDesc[0] = "When Eve receives a mysterious and disturbing letter from her long-estranged father, who for years has lived an increasingly secluded life, she travels to the family estate in France in order to find him. After arriving, she discovers that her father has disappeared. Now, in order to find him, Eve must explore Crystal Valley, an alternate fantasy world inhabited by strange creatures, and piece together the clues that reveal her family's true identity.
The Legend of Crystal Valley is a Point n' Click Adventure game that brings the best qualities of the genre. It provides many hours of gameplay dozens of various locations (including many hidden locations), characters and puzzles. With beautiful 2D backgrounds and 3D characters and interactive objects, The Legend of Crystal Valley is an adventure game that will stick you into your chair until its last scene!"; 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 = ''; } }