var fDesc=new Array(); fDesc[1] = "screensaver presents a map of Middle Earth with a rotating Ring of Sauron that changes its size as it gets closer to you for a better view."; fDesc[2] = ", and only a handful of men and women who become modern Templars fight against the hordes of monsters that try to destroy the little thing that remains of what we called London."; fDesc[3] = "is the net that is following you, if you get closer, you're trapped. Besides the net, there are many other obstacles on you"; fDesc[4] = "improve and balance this already addictive game. New campaigns, new troops, new buildings, new spells, new escenaries, a greater balance make this expansion an obligatory purchase for Warcaft's fans."; fDesc[5] = "also trolls, goblins, elves and more. Every so often, wars between the races broke out. And chaos reigned.."; fDesc[6] = "play, it just includes some ads during the game, but nothing too annoying. It is solid and it has a great theme."; fDesc[7] = "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[9] = "in ultra-fast top down 3D action. Customize your player with special modifiers, powerups and weapons and play through non-stop carnage in three game modes: Rush mode, Survival mode, and Mission mode. Battle through 20 increasingly challenging missions to eradicate the enemy threat. There will be rivers of blood."; fDesc[11] = "mission is simple, but tough - search and destroy all the alien Machines and reclaim Earth."; fDesc[16] = "players no more play as warriors or mages in a desolate land but the pilots who master high-tech weapons, fighting in the immense universe. Shuttling between the numerous galaxies, the units of various forms and functions are navigated by the pilots to fight against ferocious alien enemies. It is an epic war: battling for the Earth Alliance is the pilots' ultimate honor and eternal duty."; fDesc[19] = "back-end servers and resources. Our technology gives you protected access to your LAN from anywhere."; fDesc[20] = "game of the same name. You will see a couple of pixelized figures on the screen. Each of a different color. At first, the screen will be almost empty. But as soon as the action starts, your “warriors” will start moving and reproducing themselves."; 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 = '...'; } }