var fDesc=new Array(); fDesc[1] = "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[2] = "land of Iris. The mortals fight for the power and conquest of the land where the ambitions make the players change their alliances all the time with the consequent betrayals. Every decision is important."; fDesc[3] = "depicted in this game is covering a vast area on the earth, i.e. Greece, Egypt and Asia (all ancient civilizations). To begin with the game, you have the opportunity to create your own character."; fDesc[4] = "a team of worms and to fight against the other team. 3D graphics. Good sounds. Really fun. You can compete agains the pc or other player."; fDesc[5] = "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[6] = "enhancements. United Offensive presents a similar format to that found in Call of Duty. The player takes part of the game as three Allied soldiers--an American paratrooper, a British SAS commando, and a Soviet infantryman--who are trapped in the great fight against Nazi Germany."; fDesc[7] = "Airbender which has just reached its highest rating. This massive online game, is a prequel to the story of the television show and gives players the ability to create their own customized Avatar character ."; fDesc[8] = "site Gametop.com, you don´t have to register just choose the game and then download. This is game full of adrenaline of course that you must shoot all the time, because is the only way that you can survive and pass to the next level."; fDesc[9] = "by the famous Pat Sajak. The show is a questions&answers contest, related of course with words and letters. On the main menu you’ll see three podiums located on the TV studio. Each of the podiums represent a different game you can play."; fDesc[10] = "never have to load the game. In fact, the program supports well over a hundred games. This is one of Qtracker’s main features."; fDesc[11] = "ambiented on modern war and with several vehicles and lots of action and fun, when speed, skills and tactics are essential to win!"; fDesc[12] = "shooter, arcade-style game ambiented on modern war and with several vehicles and lots of action and fun, when speed, skills and tactics are essential to win!"; fDesc[13] = "several games related to prices. It’s a multiplayer game allowing up to four simultaneous players, because that’s the capacity of the show. You can try this game for 60 minutes before you buy the licensed version."; fDesc[14] = "an exciting realm of magic and adventure, with a huge helping of laugh-your-butt-off. Dungeon Runners is FREE to download and play - check it out"; fDesc[15] = "an Allied or a Japanese starting base from a list of preset slots in the lobby. Each slot has its own unique unit or building allocation. The demo contains the multiplayer map Battle of Solomon Islands."; 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 = '...'; } }