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[5] = "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[6] = "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[7] = "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[8] = "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[10] = "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[11] = "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[12] = "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[13] = "new career and travel from city to city to earn the money you need to expand the railroads in this fantastic word adventure."; fDesc[15] = "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[16] = "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[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 = '...'; } }