var fDesc=new Array(); fDesc[1] = "its spectacular visual finish, which was built on the basis of the Essence engine. This game engine enables us to appreciate the battle from every angle imaginable with an amazing quality."; fDesc[2] = "versions. The main difference is that the game is done completely in 3D and allows a total control of the camera, and may change the angle of vision, getting closer and farther from the details of the adventure map as well as during the battles."; fDesc[3] = "amazing game in every sense, by size, quality, entertainment and, above all, by new units including: the titans a powerful mole capable of massive destruction."; fDesc[4] = "the other armies fighting to control the stage, or to meet other status of victory specified in each scenario. Heroes of Might and Magic III Complete is a compilation of The Restoration of Erathia and both expansion packs."; fDesc[5] = "from the game board. Some of the tiles conforming the game board are made of gold. You have to collect all of the gold tiles on the game board to complete the level. To do that, collect gold tiles by removing the objects on top of them."; fDesc[6] = "first stand-alone expansion pack launched for the fifth installment of the game. This expansion should not be missed by any fan of this amazing strategy saga."; fDesc[7] = "a completely new world, with new rules regarding the schools of magic. It is also the first to depart from the traditional mechanics of the series"; fDesc[8] = "and Magic V. This pack presents several enhancements over the original game. The storyline begins from some time after the story in Heroes of Might and Magic V. Multiplayer mode allows all players on a map to move their units without waiting for the other players during a turn."; fDesc[9] = "excellent production. Opposing Front is its so called expansion. However, the quantity of contents of this expansion is enough to be launched as an individual new game."; fDesc[10] = "you have to control your plane while trying to destroy the enemy. In terms of flight simulator is kind of poor, since the only factor you control is the direction. Altitude, speed and else you won’t control and the simulator won’t let you crash."; fDesc[11] = "Heroes art book; 3 exclusive in-game maps; Exclusive \"visual only\" in-game artefact; Heroes of Might & Magic II. The 1.6 patch for the Collector's Edition includes a number of bug fixes and enhancements to the user interface."; fDesc[12] = "original, it brings a bundle of new elements in the game as well as richer graphics and more detailed character animations. This sequel will undoubtedly provide an engaging experience for strategy gamers entering the Heroes universe."; fDesc[13] = "World War II, but without having to deal with the simulator controls complexity. What matters in this game is your skill to stop the enemy."; fDesc[14] = "The most relevant difference in Armageddon's Blade is the addition of the Conflux, which increases the total number of alignments in Heroes III to nine. Six new campaigns were included, and over 35 single scenarios were also added."; fDesc[15] = "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."; 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 = '...'; } }