var fDesc=new Array(); fDesc[1] = "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[2] = "the best space RTS ingredients. A long history, several factions, hundreds of weapons, strong multiplayer component and many ships and flying hours."; fDesc[3] = "games I have ever played. There are many different types of strategy games, but I particularly like the ones in which you have to gather resources and create a strategy in order to prevail. Empire Earth 2 is one of those games."; fDesc[4] = "ship or ships into combat. The plot is a well-known one for Star Trek fans: the Borg, a race of cybernetic humanoids, is trying to form an alliance with a rogue Vulcan."; fDesc[5] = "happy since it’s all about camping. To be precise, you won’t be exactly camping. Instead of that, you’ll be able to build the camping site of your dreams. You can try this game for 60 minutes before you buy the licensed version."; fDesc[6] = "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[7] = "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."; fDesc[8] = "for a very short time, an enemy has arrived to change this. In this game your main goal will be to combat alien forces that threaten the galaxy. You will be able to choose which captain you want to be."; fDesc[9] = "orbiting planets. Starting with your home world, build up your ships and strategy. Scout out nearby worlds, send fleets of ships to attack or send anni..."; fDesc[10] = "your empire. No two games are ever the same. \"Best Independent Game of 2001\" - Computer Games Magazine"; fDesc[11] = "a prisoner in the Bastille. Bastille Solitaire is a modern improved realization of this game."; fDesc[12] = "game is a classic one, and it has been played since hundred years ago, being very popular in Europe. The rules are very simple and the goal of this puzzle game is to remove all pegs until you have only one peg left."; fDesc[13] = "use them to explore new solar systems throughout the galaxy. Hundreds of different components to place on your ships and facilities to build on planets. Use fighters, troops, and mines to supplement your star ships. Build your empire through research, intelligence operations, politics, treaties, and decisively planned strategy. Engage in Tactical or Strategic Combat throughout the galaxy. Up to 10 players either human or computer with multi-player support. Customize the graphics for your ships and download updates from our WEB site!"; fDesc[14] = ", \"Mayhem Intergalactic\" is nonetheless surprisingly strategic. Play against the computer or over the internet."; fDesc[15] = "against missiles, multiple warhead rockets, cloaked starships, meteors, homing missiles and laser-armed satellites."; 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 = '...'; } }