var fDesc=new Array(); fDesc[2] = "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[3] = "to do the driving while you count your cash. You're not only a trucker, you're a tycoon."; fDesc[6] = "Hollywood, and film your own movies. There are many tools that the user is given to successfuly complete a movie. For example, you can create your own scenarios, with several different items, like cars, backgrounds, houses, etc."; fDesc[7] = "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[8] = "Transport Tycoon Deluxe or OpenTTD places you as a transport company owner and the target of the game is to be the most successful transportation company. OpenTTD works on Mac OS X, Linux, UNIX, BeOS, OS/2, and Windows platforms."; fDesc[10] = "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[11] = "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[12] = "which movies to show. For those who have played the previous version of the game, the interface will look familiar. It’s a bit restyled though. You can try this game for 60 minutes before you buy the licensed version."; fDesc[13] = "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[14] = "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[16] = "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[17] = "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[18] = "the most famous cities in the world. The game is beautiful and also sounds very good. However, it poses no challenge to gamers."; 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 = '...'; } }