var fDesc=new Array(); fDesc[1] = "out anymore under the belief of common phenomenon, and 'Gunbound' is the only battle is the ‘Lond’.Gunbound battle is the last battle game in the Lond, and it is really popular."; fDesc[2] = "game of historical empire building in which the player builds an empire from scratch. All full-time standard game starts in 4000 BC with a single settler, to build the first city, and an explorer or a warrior."; fDesc[3] = "creatively with the help of audio tracks, animated menus, subtitles including slideshows which can be inserted in your videos with suitable audios."; fDesc[4] = "which the player builds an empire in the Medieval era. Stronghold 2 offers more content than its predecessors Stronghold and Stronghold Crusader"; 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] = "of course more action. In this case, like in the old times, you will have to build castles and defend them of your enemies. Like in Stronghold Crusader you will have to be prepared to use raw materials that get the soldiers and citizens in a fruitful manner."; fDesc[7] = "knowing how to build and manage a classical Roman city. It is not easy at all, especially if you get in mind to meet the needs of your citizens. Build houses, roads and many other buildings."; fDesc[8] = "game the three characters have to rebuild it. Starting from scratch, they’ll have to take care of the first citizens and build up the infrastructure needed to survive, such as houses, wells, farms and so on."; fDesc[9] = "your people. It has very nice features such as hiring a hero and random events. However, the game can be repetitive and slow. It may be a matter of taste, so it is advisable to try the game before buying it."; fDesc[10] = "opened a juice store to change the tastes of the citizens, and try to give them the opportunity to drink different sorts of refreshments."; fDesc[11] = "gives you the ability to control an entire civilization with a detail level that few games have. Its strong point is, above all, the resource management in all its breadth."; fDesc[12] = "the game takes place in the Middle Age. Your goal is to build and maintain a castle, making sure that your citizens are happy and ensuring that your enemies do not exceed the walls of your building."; fDesc[13] = "to travel to th ancient Rome, land of intrigues and politics. In this game is very important to build and manage a classical Roman city. You have to take care about all the needs of your citizens."; fDesc[14] = "order to rescue the citizens in distress and upgrade your base so you can detect more and more citizens that need your help."; fDesc[15] = "you do it before time running out ?. Guide the citizens through this fast paced action puzzle game."; 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 = '...'; } }