var fDesc=new Array(); fDesc[1] = "of all ages. This tool has a real time European City feel along with various views for the driver to ensure the 360-degree real experience with all those big trucks."; fDesc[2] = "or in training mode. Choose between six different players and try playing in all the four different clubs. A billiard game with great graphics and views that you can zoom in or out."; fDesc[3] = "individually and directly. The game consists of creating Sims characters and building them a life, to satisfy their aspirations, to comply their dreams, etc."; fDesc[4] = "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[5] = "fourth episode in the SimCity series and originally was released on 2003. It has a single expansion pack known as Rush Hour which adds additional features to the game. But the Deluxe Edition contains the original game and Rush Hour combined as a single product."; fDesc[6] = "Prix Mode, Extreme Mode, Time Trial, Training Mode and Multiplayer * All 24 riders from the 2004 Season * Race online along with 15 more players. Buy it online for a really affordable price."; fDesc[7] = "given the task to captain a submarine which is a part of the North-Atlantic fleet. Your orders are to patrol the seas. Every patrol mission will determine the outcome of your whole career."; fDesc[8] = "free, unlike other games of this genre. Plot: Your mission is to eliminate highly dangerous agents of the KGB who try to sabotage the major capitals of Europe."; fDesc[9] = "Games. Sid Meier's Railroads! represents the return of a classic after being revised and updated in its appearance and game options. The best rail simulator awaits you in this addictive title."; fDesc[10] = "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[11] = "strategy game, built from the perspective of an evil mastermind that just want the world domination, spreading the fear with the power of an ultimate doomsday weapon. Very original and fun!"; fDesc[12] = "lot of time and money building model railroads in their backyards, for example. With this game, you can do it all from your PC without spending an additional dime."; fDesc[13] = "characters are the penguins from the movie. The game isn't particularly long or difficult to complete. However, given the many tricks that you can perform, and the combos that you can make, it will probably take a while until you feel you are done with it."; fDesc[14] = "safari park. The Game was split into three different zones, the nature park, the tourist grounds and the African village. . The principal objective is for your park to get five stars. To achieve this the player has to make sure each zone is run properly."; fDesc[15] = "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."; 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 = '...'; } }