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] = "especially if you are a beginner and also if you are a good opponent to the experts players. You will be able to play against eight poker champions at the same time.";
fDesc[4] = "choosing your desired image and name. Then, you can choose to play some of the five games featured: Ride The Tide, Hold´Em Poker, 21 Blackjack, Video Poker or Slots.";
fDesc[5] = "We take every necessary precaution and step to protect the integrity of our Poker Room";
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] = "bonus up to $600! That's one of the most generous bonus plans around. Download Titan Poker now, it's easy, fast & free";
fDesc[8] = "every home in San Saba! Take them down city by city, town by town. When you have all of Texas, you have to face your final opponent. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[9] = "site. You will receive a five-digit code by email to activate your new account. After that, you´ll have access to limit and no limit variations of poker games like Omaha, Double-Flop Texas Hold em, Omaha, 7 Card Stud, Elimination or Blackjack.";
fDesc[10] = "and online casinos. Its increasing popularity is due to events like the Word Series of Poker, the biggest world tournament of poker held in Las Vegas.";
fDesc[11] = "fan or a beginner, there is something for everyone at Party Poker. You will find ring games, where players can compete with one another in single-table tournaments, and multi-table tournaments.";
fDesc[12] = "players to play in the World Series of Poker against world class players and win a championship bracelet for the $10,000 main event. In the game, players must put their poker skills to the ultimate test and compete against champions of the game in virtual tournament venues and locations";
fDesc[13] = "\"play money\") or create an account to play for real money. Getting started really is a piece of Cake (yes, we had to go there). Once the client is loaded, you'll be launched into the Game Lobby.";
fDesc[14] = "game will capture your entertainment and will put adrenaline in your gambling experience. The game will show you the rules of each poker game. It is very easy to play and the entertainment is full of fun.";
fDesc[15] = "the best sites to learn to play poker, as they offer more free of charge tables than any other poker site for all to practise and sharpen their skills. There are lots of poker games to play, such as the popular Texas Holdem, Omaha, Omaha High Low, Stud and more.";
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 = '...';
}
}