var fDesc=new Array(); fDesc[1] = "and power management functions. It works under Vista, supports USB hard disks and uses S.M.A.R.T. to give detailed reports on disks health."; fDesc[2] = "Digs and Marine Mania for the players imagination to fly free while they are taking caring for more than 100 land, seas and extinct creatures in the most amazing and realistic possible way."; fDesc[3] = "challenges and 20 animals, mostly endangered species, which gives its name to the expansion. Your goal is to protect various endangered species, some of them as well known as the Iberian lynx."; fDesc[4] = "Tycoon 2: \"Endangered Species\", and\"African Adventure\", as well as all the animals scenarios and features from Zoo Tycoon 2. This incredible Zoo Tycoon games compendium includes seventy incredible animals and its corresponding biomes."; fDesc[5] = "completely sure you will love this game. \"Zoo Vet Endangered Species\" is an amazing game where you will be an expert veterinarian who will have to deal with animals of endangered species, diagnose their problems and give them their respective treatments."; fDesc[7] = "exotic animal and plant species. Realistic animal development from birth to aging takes place in the zoo, and users experience animal behavior and social activity depending on how well the animals are taken care of."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }