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] = "offers Deposit bonus 100% up to $600 and have a number of world-class poker pro endorsers, such as Howard Lederer, Chris Ferguson, Phil Ivey, ..";
fDesc[3] = "greatest selection of games and limits: Texas Hold'em, Omaha, 7 Card Stud. Now over 17 million players. Download PartyPoker now!";
fDesc[4] = "We take every necessary precaution and step to protect the integrity of our Poker Room";
fDesc[5] = "resolution to play this game. You can play Tik's Texas Hold 'em in three modes: Cash Game, Tournaments and Scenarios. Both Cash Game and Tournament game options are customizable, allowing you to play the way you want and even create your own custom games with rules you create.";
fDesc[6] = "against online PokerTH users. PokerTH allows up to seven human players in a game. With PokerTH you can chat with online players, start or join an Internet game and create network games.";
fDesc[7] = "the with the action concentrated to holdem and the limit games in particular. At Peak time the room hosts approx. thousands of players online.";
fDesc[8] = "against sophisticated computer opponents. Poker Academy adjusts to each individual player using advanced AI.";
fDesc[9] = "Tournaments. Poker.com offers No Limit Poker Tournaments & Daily Texas Holdem Freerolls. Download now!";
fDesc[10] = "tournament play. The indicators used in the software are the same you would use in a real tournament situation, but are quite differ";
fDesc[11] = "your game. Offers exact odds and advice while you play.";
fDesc[12] = "of play: full-auto, semi-auto and odds calculator mode. Get it free today!";
fDesc[13] = "hands. By simply selecting the cards of every player on the table, you will be able to see what your winning percentage is. If you are not sure what the other players have, you can choose random cards for them and then calculate your odds with those cards.";
fDesc[14] = "persons each with own betting aggressiveness, bluffing. Configure playing options as you please.";
fDesc[15] = "Texas Holdem strategies. Answer complex questions for poker strategies by dragging and dropping cards. No math skills required! View multiple reports: see results at various stages for any Texas Holdem strategy. Save results to reload and compare starting hands, flops, and showdowns. Single-step through your trial set-ups to see how the cards fall—sharpen your card sense. Get the answers in seconds that would take mathematicians hours (or more) to answer. It's easy to analyze Texas Holdem poker strategies professionally with the 4 Aces Texas Hold'em Pro Analyzer.";
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 = '...';
}
}