var fDesc=new Array();
fDesc[1] = "generous bonuses, a loyalty comps point program.";
fDesc[2] = "in the form of a Word Guess in which users can fill in the blank spaces with English alphabets. The game interface has been designed to have the look and feel of a casino environment.";
fDesc[3] = "expect from a Swiss Bank.";
fDesc[4] = "right .Wild cards substitute for all other symbols except scatters. 3 or more scatters will trigger the feature.";
fDesc[5] = "substitute for all other symbols except scatters. A combination of 3 or more scatters will trigger the feature";
fDesc[6] = "excitement than Las Vegas USA Casino - Great initial deposit bonus & weekly specials for loyal players. R";
fDesc[7] = "Easy to install, the game has a bright oriental themed interface and symbols, and oriental music plays as soon as the game is launched.";
fDesc[9] = "and many other features are available in this version. You can also see the hand's odds and the winning estimation.";
fDesc[10] = "taking care of your virtual cash in the game is important for your winning chances to play the featured games. The game's theme is banking and dollars, and just to add to the excitement, a bank robber is also featured.";
fDesc[11] = ", antes, chips, rebuys, addons, breaks, players, payouts & more. Single or dual monitor/display support. Countdown window shows time until next blind increase, blinds, antes, players remaining, payout structure, average chip stack, custom messages and more. Use built in audio alerts and background images, or use your own custom files. Easily save multiple configuration files. Extensive settings and options. Easy to use control panel for the tournament director. Support for foreign currency symbols.";
fDesc[12] = "in producing such event, hopefully turning out tons of exciting new competition at your local pool halls.";
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 = '...';
}
}