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] = "Blackjack. They differ mainly in the amounts of the bets. Barroom´s bets go from $1 minimum to $200 maximum, while Vegas´ bets go between $100 minimum to $1000 maximum.";
fDesc[3] = "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[4] = "movement charts, market analysis, information displays, dutching and trading tools.";
fDesc[5] = "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[6] = ", Odd, Even - The choice is endless! Remeber, this is a game for fun, no real money can be either lost or won!!";
fDesc[7] = "of betting. 17 Back Staking Plans, 11 Lay Staking Plans and 2 E/W Staking Plans. Free evaluation.";
fDesc[8] = "and even odds. This version includes both European and American type roulettes and has realistic wheel behavior.";
fDesc[9] = "pari-mutuel wagering that also helps you learn to read the racing program (past performances) to start handicapping!";
fDesc[10] = "pari-mutuel wagering that also helps you learn to read the racing program (past performances) to start handicapping!";
fDesc[11] = "useful market indicators which help you predict price movement, and a fast and highly customizable user interface.";
fDesc[12] = "from drop-down lists and record your bets, including parleys, teases, overs and unders, both against the spread and money line.";
fDesc[13] = "sportsbooks websites. You can bet on interesting competition or check competition's additional bets.";
fDesc[14] = "choose some matches and build your parlay card, if you hit all games you can have massive profits with low stakes. Example: $10 spent in parlay card with 6 games can return hundreds or more if you hit all games! Unfortunately things aren't as simple as they seem, parlay betting is also known to be the money printer for all bookmakers, and it's because of this that these kind of bets are heavily promoted by them! The more matches you add to your parlay card the more chances you have of things going wrong and your bet being stuck somewhere. This happens because most bettors treat parlay bets as simple lottery tickets, they pick some of their favorite teams, look at their pocket to see how much they've got left, and they place the bet hoping for the best... Of course this will rarely happen... and bookmakers are delighted to have this kind of bettors among their clients! FEATURES: Can be...";
fDesc[15] = "betting on the race. Individual bettors can place their bets and get a receipt. Odds are updated and displayed as new bets are made and payoffs are ...";
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 = '...';
}
}