var fDesc=new Array(); fDesc[1] = "idea itself is very interesting. When you start the game and your character is downloaded from the website, you start walking around, talking to people, and helping them if they need your help. The usual MMORPG stuff."; fDesc[2] = "flash based massively multiplayer online role-playing game (MMORPG). Its concept is mainly that of a tactical game featuring wild humor but with a unique style if we compare it with other MMORPGs."; fDesc[3] = "in the world of lineage. It is a classic MMORPG with a lot of elements very straight forward. Although it may be hard for casual gamers, committed gamers will enjoy this good time."; fDesc[4] = "graphics. The game play takes place in Maple World, where players travel defeating monsters and developing their characters’ abilities and skills. As it is a role-playing game, players can interact with other players around the world by chatting, trading and playing minigames."; fDesc[5] = "interact in the exciting world of Nevareth. Designed to let everyone play, Cabal Online runs even on older computers while still maintaining its scintillating action scenes, lifelike environments, ornate decorations, detailed characters, and non-stop fast action."; fDesc[6] = "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[7] = "traditional RPGs. With a smart gameplay mode, a good storyline to keep you focused and great graphics, this game is a winner. An excellent choice for all RPG fans."; fDesc[8] = "play, it just includes some ads during the game, but nothing too annoying. It is solid and it has a great theme."; fDesc[9] = "Calypso, to which new players arrive. The game features an innovative concept of linking real-life currency with the in-game currency, effectively creating a game with a cash economy. It is an innovative concept and is well done."; fDesc[10] = "for their control. The game has a great amount of features and futuristic items. It is stable and is fun to play. The best thing is that you can play it for free. You cannot miss the chance to play it."; fDesc[11] = "universe. In the hands of Sony Online Entertainment and Lucas Arts Entertainment this title was launched reaping a quick success. Since Ultima Online there has not been launched a single MMORPG that offers that much potential and social freedom."; fDesc[12] = ", scripts, and 3D graphics. The game has a special emphasis on adventures and on the free personality development of each player."; fDesc[13] = "surprise you a lot. This is an innovative MMORPG (Massive multiplayer online role-playing game) game that manages 2D graphics, and its objective is to create a vast online interactive world, so all the players can play freely through Internet."; fDesc[14] = "Entertainment. The universe: Vanguard takes place in a medieval fantasy world composed of Elves, Dwarfs, monsters, warriors and all the ingredients that make up a universe of this kind."; fDesc[15] = "your street player before joining a match. After each match, you gain experience points that will help improve your attributes. The game has a few problems but is free and the matches are very fun."; 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 = '...'; } }