var fDesc=new Array(); fDesc[0] = "An expansion to the popular sim game, Zoo Tycoon 2: Endangered Species will let zookeepers adopt and raise some of the world’s rarest animals, such as the Giant Galapagos Tortoise and the Scimitar Horned Oryx. The game brings zookeepers and their guests closer than ever to these amazing animals, thanks to new transportation options including sky trams and vehicle tours. With more than a dozen exotic new animals, innovative new people-movers and new challenges in the Campaign and Freeform modes, players and their families will have a huge variety of new options for building their dream zoo."; 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 = ''; } }