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] = "You will have a board full of colored gems. You need to swap identical gems .Swap adjacent gems to make sets of three. If you have the option of swapping four gems that will create a power gem that, when swapping it too, will give you extra points.";
fDesc[3] = "power and raise Atlantis, the submerged continent. This game is a great challenge of speed and logic. Graphics and moves of this game are well done and the game is very entertaining.";
fDesc[4] = "We take every necessary precaution and step to protect the integrity of our Poker Room";
fDesc[5] = "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[6] = "intuition into a challenging game of patience. My Free Mahjong breaks into reality - it becomes truly 3D!";
fDesc[7] = "nice graphics, and introduces a quest mode, where you can get lots of variations and levels that make it really addictive.";
fDesc[8] = "goods. I you love action and persecution, Mad Dogs on the Road will give the right option to challenge your ability and fun. This game is a free download game and a very simple game to play.";
fDesc[9] = "all dark crystals containing the power of orks. Gnomzy is an entertaining and fairy-tale game.";
fDesc[10] = "spooks and find the treasure.";
fDesc[11] = "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.";
fDesc[12] = "enjoy its fine graphics, with a very functional lobby. Download Bodog Poker Now, it's Free!";
fDesc[13] = "time since it can keep our minds active, while providing hours of entertainment. This jigsaw puzzle offers about twenty good-quality pictures for you and your family to solve.";
fDesc[15] = "distinct colors. The purpose is to form lines of the same color to eliminate them. It may seem simple but as the level increases a more strategic approach is needed.";
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 = '...';
}
}