var fDesc=new Array(); fDesc[0] = "Explore rainforest scenes and find clues to follow the trail of a missing National Geographic researcher, and discover the Lost City of the Amazon. Using the tools and clues you find along the way, trace the paths of explorers who searched for an ancient civilization. Decipher mysterious messages and uncover the trails of generations of explorers in your quest to find your sister. Will you be able to find the elusive City of the Amazon as well?"; 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 = ''; } }