var fDesc=new Array(); fDesc[0] = "Challenge yourself with a new twist in puzzle games as you embark on an exciting adventure through a world of ancient temples and mysterious treasures! When a mysterious package arrives at the local university, two of the most renowned anthropology professors join forces to discover hidden clues and solve mind-boggling riddles. Time travel with them to the great Mayan ruins in search of the magic relic, ZoomBook, but beware of the mysterious villain that follows your every move!"; 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 = ''; } }