var fDesc=new Array(); fDesc[0] = "In Labyrinths of the World Changing the Past Collectors Edition, you’re tracking down a fellow agent who seems to have gone rogue to save his beloved. But does his quest for these powerful relics mask a more insidious plot? Find out in this hidden-object puzzle adventure game full of twists and turns. Play morphing, listed, and interactive HOPs, Match-3 games, 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 = ''; } }