var fDesc=new Array(); fDesc[1] = "multiplayer games over the internet and chat at the same time. You can play games with other users all over the world and join to leagues and tournaments."; fDesc[2] = "Yahoo!, this application is targeted at gamers. It is a simple application that does without all the unnecessary features of those messengers. The main window has information that resembles the friends tab of Xbox Live!"; fDesc[3] = "of the game is to create matches of three in a row, by clicking on adjacent tiles to swap them. As you progress on the game, you’ll be releasing fishes. You can try this game for 60 minutes."; fDesc[4] = "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[5] = "weapons, and new soldiers. The players can work alone or with the aid of the members of the squad to complete their missions. Patch 1.2 for this version of the saga Medal of Honor includes new maps for the multiplayer mode: Market Garden and Factory."; fDesc[6] = "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[7] = "of world-class motorbike racing. The Motocross Madness Trial version includes almost all features of the full game such as Two tracks, Rider and bike skin selection, Tournament, Practice and Single race options, Full multiplayer capability, 3D profiling and Hi score recording."; fDesc[8] = "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[9] = "games without paying any subscription. QQ Games is an official plugin for Aol Instant Messenger and it offers a wide collection of online casual games that are totally multiplayer and free."; fDesc[10] = "features a multiplayer version, which allows the user to host and join multiplayer games through the popular matchmaking service, Game Ranger."; fDesc[11] = "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[12] = "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] = "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[14] = "you eat and each time there will be less fishes capable of eating you. Become the bigger fish in the ocean. Enjoy this simple arcade game that show you how to become a predator from being the pray."; 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 = '...'; } }