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] = "invites the player to form words out of them. All the levels and supplied letters are good for creating known words. The game takes care of the truthfulness: there always are words that can be created using the displayed letters.";
fDesc[3] = "The software is downloadable and has a chat feature included when playing against other players.";
fDesc[4] = "twenty of the best known file formats and it allows you to add many more using different plugins and freely-available codecs. Play the music you like wherever it is - on your computer, in FTP folders or on the web. Create dynamic playlists and burn them to CD with the Ashampoo BurnIt! Add-On.";
fDesc[5] = "join forces to save the world from the invading robot Cogs, who are attempting to turn the world of Toontown into a corporate metropolis. The weapon that Toons use to defeat Cogs are cartoon gags, cause the robots can't take a joke.";
fDesc[6] = "family and you have to do that in time. The game has a Sim-like top down view and it looks good. But it gets repetitive very quickly, you might want to try it first.";
fDesc[7] = "OKEY, Ludo, Bridge Rubber, Duplicate Bridge, Sergeant Major (3-5-8), Backgammon, Backgammon - Tapa, Backgammon - Gul bara and Dominoes. They can be played against the computer, and via Internet against real opponents.";
fDesc[8] = "the characters (Polar Bear, Penguin, Walrus, Elf, Gopher, Moos Fox and even Santa Claus . In the free version, you can only use the Polar Bear and the Penguin. You can alter the course of the ball when it´s in the air, using your mouse.";
fDesc[9] = "play online, you will need to obtain a name and password by registering free in the ICC site. The program offers a link to do that. They will give you a seven days membership. You will need to pay if you want to extend it later.";
fDesc[10] = "amulets. The matched amulets will disappear and new amulets will fall from above to fill the gaps. Each time a match is created the power gem gauge will rise. We must fill up the power gem gauge to get to the next stage.";
fDesc[11] = ", with as many as 10,000 players online.";
fDesc[12] = "Arkanoid. There are many ships, and each ship has it's on special ability. \"Recall\" will let YOU control the ball! Also there are much new balls you can unlock, by collecting all the rings in each level.";
fDesc[13] = "possibly not even touching one's real money! Real Time Gaming Inc. has presented its top-rated casino online game named Silver Sands Casino. With a professional veneer and featuring excellent graphics quality, Silver Sands Casino offers you a wide range of all types of casino games.";
fDesc[14] = "free online darts games. Darts online play online darts The object of Darts game is to count down from the start";
fDesc[15] = "graphics, together with its cool music and sound effects, Archipelago is a very easy game to play, as well as enjoyable.Your task will be to save the beautiful Archipelago islands from the invader cubes that try to take it over.";
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 = '...';
}
}