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] = "together. When there are no valid plays, flip a card from the stock and try again. Jewels are dropped onto the board based on how you play the cards. The jewels dropped will match the suits of the cards that are played.";
fDesc[3] = "saga, in this case, you are going back to the ancient Persia. Like in the other games you will climb walls, jump, and do all kind of incredible movements.";
fDesc[4] = "car equipped with the most advanced weapons. Take a dangerous route destroying the enemies to finish first.";
fDesc[5] = "greatest selection of games and limits: Texas Hold'em, Omaha, 7 Card Stud. Now over 17 million players. Download PartyPoker now!";
fDesc[6] = "will get. Each letter will have a number on it that will indicate the number of points you will get by getting that word. This game is very funny and entertaining.";
fDesc[7] = "through its channels inside Zango's website. To keep it free, it works as adware, showing you a daily amount of publicity.";
fDesc[8] = "file, it will download another 70851816 bytes using your Internet connection, upgrading the game to the latest available version. You must help a young couple to choose and decorate their first house.";
fDesc[9] = "creatures and spun a web over their kingdom. You must solve 60 puzzles to break the spell and return the land to sunshine.";
fDesc[10] = "chains of three or more pieces. You can“t rotate black rings, or pieces that are not rings. Some pieces will have a letter on them.";
fDesc[11] = "way through the game into the end. Magic Balls 3.5 combines great graphics and lighting effects to create a 3D visual effect in the balls, so your experience becomes richer.";
fDesc[12] = "game you play a New York-based wedding planner who must help the two different couples prepare everything for their big day.";
fDesc[13] = "wielding hand at two exciting modes: Speed and Strategy. Don't let the list of words reach the top in Speed mode. Take your time to plan each move in Strategy mode.";
fDesc[14] = "games without paying any subscription. QQ Games is an official plugin for Aol Instant Messenger and it offers a wide collection of online casual games that are totally multiplayer and free.";
fDesc[15] = "kinds of video games, from classic arcade games to the newest PC hits. It is the perfect software for all gamers, since you can play the games in its original format, right in the Game Tap window.";
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 = '...';
}
}