var fDesc=new Array();
fDesc[1] = "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[2] = "ancient manuscript proclaims: “Align the relics you can see, across or down in groups of three. Turn all squares to solid gold, the path to riches will soon unfold”, and that’s pretty much what you have to do in the game.";
fDesc[3] = "especially if you are a beginner and also if you are a good opponent to the experts players. You will be able to play against eight poker champions at the same time.";
fDesc[4] = "site and take a look of it. In the game, your mission is to defend humanity from an alien invasion. I know that theme can get old and boring, but add extremely awesome graphics, intense gameplay and bad-a$$ weapons to the mix...";
fDesc[5] = "every home in San Saba! Take them down city by city, town by town. When you have all of Texas, you have to face your final opponent. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[6] = "and online casinos. Its increasing popularity is due to events like the Word Series of Poker, the biggest world tournament of poker held in Las Vegas.";
fDesc[7] = "have strong proof. Just head to the official site and take a look of it. In the game, your mission is to defend humanity from an alien invasion.............. .";
fDesc[8] = "tournament play. The indicators used in the software are the same you would use in a real tournament situation, but are quite differ";
fDesc[9] = "intelligence. The game develops in many particular scenarios so you need to get the ball to the hole avoiding all kind of obstacles on the way. For example, in one occasion you will be playing minigolf in a cemetery, in other case you’ll be playing in the far west or in the Grand Canyon.";
fDesc[10] = "introduce any changes to the game, but it still feels like a great game. This is a sci-fi shooter that is oriented to multiplayer action. The game is characterized by being fast-paced, explosive and fun. The characters all are the same in terms of abilities and speed and whatnot.";
fDesc[11] = "opponents compete to become the best mage on earth. Opponents may be another human player, or the computer. Astral Tournament is thrilling and entertaining, requiring a careful analysis before casting a new spell.";
fDesc[12] = "around in crazy levels, competing in 4 different game types. With single-player and multi-player support, great graphics and great game-play, this game is a definite winner.";
fDesc[13] = ", which uses a series of typing games that children will love. Typing Tournament is the easiest and most entertaining way of learning and enhancing this essential skill for every day life.";
fDesc[14] = "classic breakout, the goal is to destroy all the bricks on the playing field by using a ball and a pad to control it. What makes this game different is that in this occasion you will compete face to face against a rival.";
fDesc[15] = "creating and seeding players in your tournament. You will no longer need paper brackets or have to deal with the problem of players entering late in the tournament.";
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 = '...';
}
}