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] = "graphics and a lot of interesting routes will catch your attention to this game. Are you up for the challenge? Don't think it's so easy.";
fDesc[5] = "for those Windows Media Player and Windows Movie Maker lovers. This MP3 converter will help you to save a lot of space in your hard drives.";
fDesc[6] = "with according to their interest. The first option is Challenge; the player will have to complete the required poker hands displayed in the box of the screen before the cards run out. The player will receive an extra bonus for each card and time remaining.";
fDesc[7] = "get to bet how well you can do at the beginning of each round. A window appears asking you to choose one of the three options The thing is that if you miss your bet the game is over, so try no to shoot too high.";
fDesc[8] = "kill your enemy, the funny part of the game is that your enemy is just the same as you. This worms make every action with an excellent expression of their objectives, to kill the opponent.";
fDesc[9] = "realism. You can have precise control over the entire creative process can achieve visual results of great precision that are difficult to obtain without software so advanced as this.";
fDesc[10] = "in charge of exploring caves, beaches, and sunken vessels in search of a lost artifact. The game features only one game mode with 15 different locations, in which you will experience 5 three-mission sets and four bonus games.";
fDesc[11] = "or more same-colored blocks to remove them from the board. Bonus points will be earned for forming flowers and other special combinations. Hexic Deluxe can be played in three different modes: Marathon, Timed and Survival.";
fDesc[12] = "points you need to choose with your mouse groups of elements of more than 3 of the same type and click to make them disappear. If you choose bigger groups you will get higher scores, if time runs out and you didn’t collect enough points, game will be over.";
fDesc[13] = "set is a collection of both geometric designs and lighthearted boards that are created for players looking for an amazing new challenge.";
fDesc[14] = "controlling the ship with your mouse. You can fire regular ammunitions (laser) and rockets. You start the game with four lives, full level of power, and full level of armor. Every time you got hit by the enemies, you lose some armor level. Try this game for 60 minutes.";
fDesc[15] = "activate the plunger to shoot the ball and utilize the left/right flippers to avoid the ball falling. You can nudge the table. There are five bonus stages (Palace, Cave, Felucca, Oasis, and Zeala) each bonus stage has its own bonus scoring and sound effects.";
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 = '...';
}
}