var fDesc=new Array(); fDesc[1] = "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[2] = "into an army capable of annihilating the Allies once and for all. Battling alone, you're on an intense mission to pierce the black heart of the Third Reich and stop Himmler -- or die trying. Fighting in advanced team-based multiplayer mode, you'll wage your own WWII in an all-out Axis vs. Allies contest for frontline domination. Powered by the Quake III Arena engine, the Wolfenstein universe explodes with the kind of epic environments, A.I., firepower and cinematic effects that only a game created by true masters can deliver. The dark reich's closing in. The time to act is now. Evil prevails when good men do nothing."; fDesc[3] = "made its grand debut on the XBOX 360 when the console was just released. The game introduced certain features that were long missing from the previous games. The most important change from the previous game is the great graphics that this game has."; fDesc[4] = "universe of Star Wars movies. The game tells the story from the times when the Galactic Republic falls to the destruction of the Death Star (Episode III and Episode IV)."; fDesc[5] = "the best space RTS ingredients. A long history, several factions, hundreds of weapons, strong multiplayer component and many ships and flying hours."; fDesc[6] = "via LAN or Internet providing endless re-playability. * New multiplayer features, including customizable squad colors, banners, badges, insignia and names, and the ability to ally with other players."; fDesc[7] = "imagine comes to Earth and the war that takes place there. Set in the not too distant future, the story takes you to lead all kinds of units against the forces of the universe, which have been averted against the Earth."; fDesc[8] = "many weapons like laser rays, bombs and other sophisticated arms. They will help you combat against malignant extraterrestrial forces across the universe."; fDesc[9] = "This title is inspired by the tabletop war game Warhammer Fantasy Battle. The story follows two different strands, each with its heroes and events, one follows the Empire and Elven Forces and the other the Hordes of Chaos and Skaven forces."; fDesc[10] = "since the intergalactic war and the races within the known universe have lived more or less in peace. However, a race called 'Thul' frequently violates this peace."; 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] = "aliens. The story tells that a man was able to bring together other men and fight against them. Then that hero was killed but the human race realized that the war just"; fDesc[13] = "(The Last StarFighter software) was created as an exact copy of the movie. Within the game, you will be recruited by the Star League to pilot a spacecraft and you will have to fight in an intergalactic war."; fDesc[14] = "players no more play as warriors or mages in a desolate land but the pilots who master high-tech weapons, fighting in the immense universe. Shuttling between the numerous galaxies, the units of various forms and functions are navigated by the pilots to fight against ferocious alien enemies. It is an epic war: battling for the Earth Alliance is the pilots' ultimate honor and eternal duty."; 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 = '...'; } }