var fDesc=new Array();
fDesc[1] = "matchmaking and text and voice chats. Features game news and downloadable demos. When you install GameSpy Arcade 2.05, the program seeks for supported installed games in your computer, in order to allow you to play them online. If it finds nothing, it will later help you to find some.";
fDesc[2] = "world. This game offers player a very exclusive variety of tournament which are very popular all over the world. You can play with or against the best poker players and thus show your poker skills.";
fDesc[3] = ", Casino, Arcade, etc. All you have to do is choose your game, download it and start playing! Besides, RealArcade helps you to easily access games installed in your PC. Download RealArcade and enjoy playing for hours.";
fDesc[4] = "fourth of a series of action games on which an anime saga is also based. The story focuses on the characters of Dante and Trish and their quest to confront the demon called Mundus.";
fDesc[6] = "awesome firepower to its target. You alone are the hope of a nation. It won't be easy - varying landscapes, the darkness of night, and mighty defenses lie ahead.";
fDesc[7] = "Gametop.com. You do not have to register, just download and enjoy the game. You will be able to have better weapons and an extra life if you move and shoot all the time. Of course that all the controls are in the keyboard and you shoot with the right click of the mouse.";
fDesc[8] = "Full of 3d modeled enemies, buildings and explosions.";
fDesc[9] = "more, you do not even have to register at all. You will be able to find it in the site GameTop.com.This is an action game, you will command a tank in the space and you must protect your planet from the enemies.";
fDesc[10] = "invasion. For achieving this, you must kill everyone coming your way. You begin shooting ships, that need to be hit several times to be sunk, and then the soldiers that would emerge from the ships, if they can reach the coast.";
fDesc[11] = "action games on which an anime saga is also based. The story focuses on the characters of Dante and Trish and their quest to confront the demon called Mundus.";
fDesc[12] = "This action game is full of fun. Water Bugs come with a surprising 599 levels of challenges. But still the size of the game is less then 10 MB. And its highly graphical, colorful, attractive and animated interface makes it an addictive game.";
fDesc[13] = "fly the latest and faster airship the T-77 in order to fight and collect your objective. The game is simple to use and will guide you step by step during the game thanks to the cursors, radar, and other features that will appear when you need them.";
fDesc[14] = "if you see any obstacles like other cars or road blocks, you can maneuver or press the space bar on your keyboard to make the car jump and go over the obstacles.";
fDesc[15] = "good action and simplicity. You can control a battle that take place in air, ground and sea. The game has a lot of levels and you will take part in different missions.";
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 = '...';
}
}