var fDesc=new Array(); fDesc[1] = "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[2] = "standard for the future of RTS gaming once more, C&C 3 takes you back to where it all began—the Tiberium Universe. Published by Electronic Arts Inc."; fDesc[3] = "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[4] = "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[5] = "Berlin Wall hadn't fallen? Well, we would be living in a quite different world. That is what the game is all about. The Berlin Wall didn't fall and the Soviet army kept on getting more and more powerful."; fDesc[6] = "place after the world is destroyed by an all-out nuclear war. You play as a commander of \"The Project\" whose mission is to rebuild Earth."; fDesc[7] = "its predecessor. There are new regions for the campaigns as well as new factions. The game has a solid multi-player and single player experience, making it a good RTS game for all."; fDesc[8] = "achieved by not only killing the opposing players but also removing their ability to respawn by destroying their spawn structures."; fDesc[9] = "of real-time strategy game available for the enjoyment of RTS lovers. It is characterized by its original concept of replacing traditional armies formed by men for others entirely formed by robot animals."; fDesc[10] = "tactical wargame. The player is not inside and responsible for a single Mech; now, he has the duty to lead and command many other Mechs and vehicles to achieve any given assignment."; fDesc[11] = "The player can select his side with different types of weapons and buildings to choose. The author released a patch for version 2.8.7.1."; fDesc[12] = "to be desired. While playing the game for the first time, I was actually excited about the visuals and the sound effects. The story is also great. Stormrise puts you in command of an army that has to fight its enemies in a post-apocalyptic world."; fDesc[13] = "your own kingdom. You can complete quests or wage war against other kingdoms. In the end, Saga is an MMORTS that can provide fun and enjoyment for both the newbie and the experienced player."; fDesc[14] = "in turns, in a browser window, while the real time combat is played in a gaming window. It has a steep learning curve but hardcore strategists will love it."; fDesc[15] = "in buildings. Chvac can perform calculations following one of two available methods: CLTD method and the RTS method. The only limitation that Chvac imposes is the number of air handlers which can reach up to 100."; 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 = '...'; } }