var fDesc=new Array(); fDesc[1] = ", although its development is daring: you have to create a creature, highly envolved to be the dominant species on the planet and, finally, explore other worlds and dominate them."; fDesc[2] = "the galaxy by this. Is a game in which one can lengthen the line-up wherever you want whenever you begin a life of the universe is completely new and very large."; fDesc[3] = "fictional in nature. That is to say, there is an alien species and technology is much more advanced that the tech present in Battlefield games. But the gameplay is kind of the same."; fDesc[4] = "different reef tanks, with great backgrounds and a large variety of fish and corals. SimAQUARIUM can be customized and has great options."; fDesc[5] = "watch different species of fish swimming in a salt or fresh water aquarium with the marvelous background and to listen to the calming sounds of waves and bubbles."; fDesc[6] = "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[7] = "a great simulation game that allows you to play a single game or a party mode. Challenge a friend and have a great shooting emotion."; fDesc[8] = "many new features, it contains over 20 marine animals. Undoubtedly, the Zoo Tycoon series is one of the most successful franchises in this area."; fDesc[9] = "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[10] = "in North America, gives the player a true-to-life hunting experience with some of its exciting features. Once the hunting character is selected you can start with hunting. There are about 38 hunting and fishing adventures which allow you to hunt trophy animals, birds and fishes."; fDesc[11] = "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[12] = "cool-looking clock showing the current time. You can adjust many of the screensaver's settings such as the sound, the number of fish you want to display (up to 30), and so on. If you love fish, this is the right screensaver for you."; fDesc[13] = "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."; fDesc[14] = "program allows creating experiments using geographical information, occurrence data, algorithms to model the behavior of biological entities, and layers that allow establishing patterns related to meteorological or geographical environments."; fDesc[15] = "prevent an ecocatastrophe and collect as many species of the extinct fish as possible to raise them in the laboratory."; 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 = '...'; } }