var fDesc=new Array(); fDesc[1] = "to enter the new continent unexplored with their richness by exploiting some indigenous to conquer. This version has several bugs and lacks some features present in version 1.1, like some out-of-sync bugs and multiplayer scenarios."; fDesc[2] = "improvements that make the game even more addictive. Players have the option of choosing to play the single player campaigns, multiplayer, or random maps."; fDesc[3] = "Games. One of the most eagerly awaited strategy and adventure games, Age of Mythology, finally comes out of Ensemble studies, the creators of the classic game, Age of Empires, the most outcoming of this video games genre."; fDesc[4] = "mode, i.e the same history and strategy in real time. The big difference that shows the wisdom of the people of Microsoft and Ensemble study is that it adds 5 new civilizations and substantially improves the artificial intelligence."; fDesc[5] = "Iroquois or the Germans, improving the Home City, and enjoying the first two single-player missions of the continuing tale of the Black family."; fDesc[6] = "storyline, which makes it really attractive. It is a strategy game which storyline develops in real-time mode. Players have to choose among twelve different civilizations from the Middle Ages , to make them rise and advance towards the conquest of the whole world."; fDesc[7] = "civilization, or as the imperialistic British. Players also have the opportunity to try out the new random map Honshu, and the King of the Hill game type."; fDesc[8] = "of Age of Empires and The Age of Kings , introduced the revolutionary Age of Mythology. The expansion includes interesting elements to the game: 12 divine powers, 15 units and 10 units mythical human formidable."; fDesc[9] = "battle (Hannover) a medium battle (Cyrenaica), you will be able to view a slideshow about the management part of the game and a naval battle video."; fDesc[10] = "kind, above even games like Age of Empires. The Settlers: Heritage of Kings part of a completely different premise."; fDesc[11] = "After you get familiar with the game, you will have to houses and camps to accommodate your growing population, while gold mines, lumberyards, and farms can help speed up your resource collection."; fDesc[12] = "has a ripper that can analyze other game files. It is simple to use and very powerful. If you handle resources from different games, this is the only program you need."; fDesc[13] = "want to be in the universe as there are many possibilities, even ruling an empire. However, the game has some flaws. It will appeal only a certain type of gamers."; fDesc[14] = "incorporation of role-playing games elements of different kinds. The game story takes us to a distant land where the bad guys want to prevail. To avoid this we will have a number of heroes who we have to control in an adventure of epic dimensions."; fDesc[15] = "expand, exploit and exterminate. This is known as the four x for the old gamers. As in the previous games of this saga,you will have to start in a small planet with some resources to build your ship and from there explore another planets."; 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 = '...'; } }