var fDesc=new Array(); fDesc[1] = "keeping our animals happy, to achieve that you will need to meet their needs and hire staff to care for animals, besides buying buildings and attractions to meet the needs of your visitors."; 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] = "to it. You will have to take care of your fish, supplies and customers in order to be successful. The game is really well done, but the concept will be appealing to some gamers and it won't for others."; fDesc[4] = "must run a hospital with a little sense of humour. The goal of the game is clear from the first step, you must build and run a hospital, ensuring that all patients can be treated and cured of their illnesses."; fDesc[5] = "aspect of it. You can build fences and micromanage towers, and also create facilities to motivate the prisoners such as recreation areas like libraries, gyms, hospitals, industries,etc. to keep them occupied."; fDesc[6] = "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[7] = "concentrated in those animals which by whim of fate have not survived evolution. Some are well known, others not. This release is undoubtedly the most original, because it is about building a sort of Jurassic Park."; fDesc[8] = "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[9] = "maximize the profits of the store, and later, stores you have on your control. The game has good ideas but there are many issues that do not make the game enjoyable."; fDesc[10] = "solve the genetic puzzle!"; fDesc[11] = "amusing and it has got an entertaining storyline. The main objective of the game is to get as much clients as you can, in order to do that you will be able to use many upgrades."; fDesc[12] = "stores you want to include in your mall, from over 40 possibilities. You can include several levels, restaurants, arcades. Whichever you think your customers will like."; fDesc[13] = "carts and sell in different parts of the city. There are many factors that will affect the people's taste during the day. While the game has excellent presentation and features, the theme might not be very appealing."; fDesc[14] = "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[15] = "choose the name, logo and location of the shop, we get to the game screen. In this screen there are 4 main tabs: Employees, Menu, Upgrades and Customers."; 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 = '...'; } }