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] = "interact in the exciting world of Nevareth. Designed to let everyone play, Cabal Online runs even on older computers while still maintaining its scintillating action scenes, lifelike environments, ornate decorations, detailed characters, and non-stop fast action."; fDesc[3] = "factions representing the powers of the Mediterranean. Your scenario is Europe in middles ages with a lot of political intrigues and the influence of the Church. In that time, The church controlled the international political issues and has total power."; fDesc[4] = "costings. As in previous versions, you can print your travel plans, share them online or though e-mail. You may follow them in your vehicle to make your trips easier and more comfortable."; fDesc[5] = "originality of the show that makes Legends. You are going to travel with this game to Europe of the Middle Ages where the life of its people passed through the castles."; fDesc[6] = "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[7] = "previous editions there is no much new to tell because the game is pretty much the same, only changes its location. For those who haven’t played the previous editions of this game, let’s say that this is a strategy game related to construction and real estate business."; fDesc[8] = "for free is UNLIMITED!"; fDesc[9] = "Union attacks the NATO forces causing Cold War to turn into Hot War. This patch brings several enhancements including visual effects, better textures, improved physics, as well as fixing the problem with Instant Action starting without any gun ammo after the patch."; fDesc[10] = "part in 16 historical air battles over detailed scenic models of Norway, London, Dunkirk and Berlin, and return safely from realistic dog fights. Players are provided with tutorials in Battle of Europe 1.0 to prepare them for the 16 missions"; fDesc[11] = "play in a independent way of the main game, you can choose between six nations of the main game(France, Polone, Russia, Egypt, Germany and England) and you will find three new nations Spain,The Confederation of the Rhine and the Great Duchy of Warsaw."; fDesc[12] = "the United States. You will have to compete against other racers, that are controlled by the computer. The police will chase you, you will also have to avoid them."; fDesc[13] = "about European countries. As in the rest of the games of the series, Europe Geography Tutor can be used in three different ways; it includes a browser, and two game modes."; fDesc[14] = "Crusades. As you know in that time the Pope was very powerful and he decided all the international matters. In Crusader Kings, the player assumes the role of a medieval knight, with the aim of expanding its power across Europe."; fDesc[15] = "the Flight Simulator. This add-on product tries to correct all the missing cities and towns and the pervasive desertification of the landscape."; 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 = '...'; } }