var fDesc=new Array(); fDesc[0] = "The Legacy: Forgotten Gates is a hidden-object game for Windows users. Late one night, Diana hears a noise at a strange new museum exhibit. It’s the start of a grand adventure as Diana is transported to a parallel world where a lost Mayan civilization is flourishing. You will explore a new world, meet a unique culture, observe wondrous animals, and solve serious challenges to not only find a way home, but to save Diana’s world. The Collector's Edition includes a bonus chapter, lots of hidden collectibles and morphing objects, bonus puzzles, wallpapers, concept art, soundtracks and more."; 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 = ''; } }