var fDesc=new Array(); fDesc[0] = "Join Diego and his friends on a journey in the time of the dinosaurs to reunite a lost Maiasaura and her family.
Diego, Alicia, and Baby Jaguar are on a fantastic journey to the land of dinosaurs to reunite Maia the Maiasaura with her family. Join Diego and his friends on their journey and play exciting games. Become a dinosaur scientist and track giant footsteps, help rescue baby ploosaurs swimming in the deep lagoon, hit mudballs and build walls to stop the Troodons!"; 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 = ''; } }