var fDesc=new Array(); fDesc[0] = "Trek through Brazilian jungles to uncover ancient clues and decipher mysterious messages! Search for your sister and a legendary lost city! Use clues and tools you acquire along the way to trace the paths of past explorers.

Main features:
-43 exotic scene locations
-7 puzzle mini-games
-Utilize 4 tools, such as Knife or Night-vision goggles
-Beautiful graphics based on National Geographic imagery
-Inspired by the best-selling nonfiction book"; 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 = ''; } }