var fDesc=new Array();
fDesc[1] = "that is set in a teamplay, you can choose to be a terrorist or a counter-terrorist. Warning: this great game is very addictive! You’ll download it in a few minutes and you’ll be playing it in less!";
fDesc[2] = ", therefore Infinity Ward released patch 1.6. The patch includes 4 new and excellent multi-player maps, along with new features for filtering and several bug fixes.";
fDesc[3] = "racing cars. Plot: You will have to compete in long, intense and complex circuits bypassing all your rivals, and of course, you will pass through all the usual dangers of such games.";
fDesc[4] = "your driving skills in difficult conditions. Realistic settings, various obstacles and all these are in full 3D!";
fDesc[5] = "adrenaline. You may imagine you will compete in a car race, where as usual, the goal is to be the first in getting to the finish line, or to be the only one with the car in one piece. For that you will jump and do a lot of tricks.";
fDesc[6] = "vehicles and off road tracks. You will feel the adrenaline in all the jumps and airborne tricks. All the scenarios full of dirt, mud, water and thick vegetation, in which you will be able to play are taken from the real world.";
fDesc[7] = "This amazing game developed by Media Contact LLC and distributed at GameTop.com offers the shooters fans frantic action within the stars.";
fDesc[8] = "site Gametop.com, you don´t have to register just choose the game and then download. This is game full of adrenaline of course that you must shoot all the time, because is the only way that you can survive and pass to the next level.";
fDesc[9] = "you. This is a free game where you will become a fearsome motorcyclist. This program is not exactly a motorcycle racing game, because you do not compete against other motorcyclists, but against all types of cars and vehicles along of a chaotic avenue.";
fDesc[10] = "about fluidity with less than 1-Gigabyte and a fast hard drive with lots of free space . It is too heavy. Boiling Point have good graphics and it is in the jungle where the graphic looks better. The sound effects are good but not excellent.";
fDesc[11] = "game will capture your entertainment and will put adrenaline in your gambling experience. The game will show you the rules of each poker game. It is very easy to play and the entertainment is full of fun.";
fDesc[12] = ", where the main purpose is to challenge other opponents, then I'm sure you will love this amazing game. Your main target is to win a race against another sport car more powerful than yours.";
fDesc[13] = "yourself if you are novice, master or expert of this craft and perfect your skills. Simple rules,real drive. Free to play and download.";
fDesc[14] = "meanest and most destructive machines in the world known for its monster size the power that goes with it. In this game you can experience the crazy stunts the high adrenaline races destruction rampage.";
fDesc[15] = "features with the physics, the weapons and the overall death-match experience. It is still a very popular mod and many servers still use it. If you plan to play HL Death-match you should add the AG mod.";
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 = '...';
}
}