var fDesc=new Array();
fDesc[1] = "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[2] = "We take every necessary precaution and step to protect the integrity of our Poker Room";
fDesc[3] = "of casino games directly from their homes. Among the popular games, players will find table games like Blackjack, Craps, Baccarat, Mulligan Poker, among others.";
fDesc[4] = "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[5] = "variety of games that are going to make the player feel as if he is in a real Casino. It includes Table Games, such as: Craps, Pai Gow Poker, Roulette, Tri-card Poker, Baccarat";
fDesc[6] = "easy to use and sports both visual and sound effects to enhance your playing experience.";
fDesc[7] = "in-game video gestures to maximize the impression of playing against real sexy girls sitting next to you. 10 languages.";
fDesc[8] = "or Better, Joker Poker, Deuces Wild, and more.";
fDesc[9] = "video game plus 4 additional modes new to poker gambling, introducing a whole new dimension to video games.";
fDesc[10] = "calculate poker's odds and your profit return. This application supports lots of poker types, including Jacks or better, deuces wilds, high fives, lucky nugget, loose deuces, kings or better, aces & faces and many more.";
fDesc[11] = "realistic game play make Casino Style Video Poker the most realistic simulation that you will find anywhere!!!";
fDesc[12] = "the same method used by the most popular poker websites and it will let you know what the best strategy to follow is. The program is really easy to use and it has got a friendly interface.";
fDesc[13] = "Better\" in the program. And famous \"Russian Roulette\".";
fDesc[15] = "and become a skilled player at the same time. Improve your game and increase your return!";
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 = '...';
}
}