var fDesc=new Array(); fDesc[1] = "shockwave is very small in size and takes couple of minutes to download and install in a computer.The installation process runs in back ground so it does not disturb your routine work"; fDesc[2] = "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[3] = "through its channels inside Zango's website. To keep it free, it works as adware, showing you a daily amount of publicity."; fDesc[4] = "just say that is about a fantasy world, is a role play and its very addictive. Plot: The scenario is the fantasy world of Norrath, in this time the continent of Atonica has been separated in small islands each of one can´t communicate with the others."; fDesc[5] = "a small one-time fee. You have nothing else to pay EVER! No subscription needed! 100% Legal - Guaranteed!"; fDesc[6] = "small one-time fee. You have nothing else to pay EVER! No subscription needed! 100% Legal - Guaranteed!"; fDesc[7] = "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[8] = "under certain conditions. You can schedule the program to allow Internet access at specified time and days of the week."; fDesc[9] = "gives you the chance of winning lots of money! With nice graphics and animations, this fun and educational game is suitable for all family members."; fDesc[10] = "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[11] = "package you will experience the complete game with “An Empire Divided” and all the expansions like Jump to Lightspeed, Rage of the Wookiees and the Trials of Obi-Wan."; fDesc[12] = "content plus the other 4 expansion packs, along with whole new content. This package is balanced for veterans and newbies alike, so it is a good choice for anyone interested in the game."; fDesc[14] = "expansion packs, plus a new continent, new zones and new quest. RoK is ideal for the experienced users and the beginners alike. The game keeps its successful formula and is very addictive to play."; fDesc[15] = "how they looked in the past and will look in the future. Show couples what their children will look like."; 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 = '...'; } }