var fDesc=new Array();
fDesc[1] = "for free is UNLIMITED!";
fDesc[2] = "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[3] = "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[4] = "sixty casino games and includes the classic table and card games like Roulette, Baccarat, Casino War, Craps, as well as the latest and innovative slots machines. The software, secure and stable, is completely free to download.";
fDesc[5] = "mode\" time is UNLIMITED!";
fDesc[6] = "breath with his sensational graphics and his incredible Bonus of Welcome of ?1177.";
fDesc[7] = "land-based casino. Using a safe and reliable software supplied by Real Time Gaming (RTG), Club World Casino is a good option to try your fortune.";
fDesc[8] = "wonderful home casino with hottest games packed within, including craps, video poker, blackjack, keno, slots and baccarat. Las Vegas Super Casino has highly adjustable bank limits, adjustable variable speed of games, and with this game user can play without fear of loosing,";
fDesc[9] = "spicy and pungent feelings.Beautiful Girl Craps is not a simple game of craps it is a delight with excellent graphics, beauty an";
fDesc[10] = "in one game! Your winning is waiting for you in Egyptian Craps!";
fDesc[11] = "with dice. Classic Craps with its excellent graphics, pleasant music and huge winnings is waiting for you!";
fDesc[12] = "spicy and pungent feelings. Erotic Craps is not a simple game of craps it is a delight with excellent graphics, beauty and victory!";
fDesc[13] = "the game with excellent graphics, pleasant music and huge winnings!";
fDesc[14] = "object of craps is to predict the outcome of a roll of the dice.";
fDesc[15] = "absorbing game with a non-predictable ending will win your heart! Take pleasure in the music, graphics and the game.";
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 = '...';
}
}