var fDesc=new Array();
fDesc[1] = "mode\" time is UNLIMITED!";
fDesc[2] = "casino employees distributed globally is responsible for the ongoing development of Skykings Casino.";
fDesc[3] = "entertainment.";
fDesc[4] = "their own and Cameo Casino was designed with today?s woman in mind.";
fDesc[5] = "several banking options, and 24/7 customer support. Games include: electronic and classic Roulette, more than 40 slots, four varieties of Poker, Blackjack, Keno, and the catalog of games is being constantly updated.";
fDesc[6] = "90 number bingo.";
fDesc[8] = "Editor. Mathematical Systems Reducer. Calculations & My Tickets. Statistics sheet and graph charts. My Tickets Generator.";
fDesc[9] = ", Deuces Wild, Deuces and Joker, Jacks or Better, and Joker Poker, Keno, plus sixteen types of Video Slots, and thirty-six types of Classic Slots. We can get support online; see the hot games, etc.";
fDesc[10] = "the world.";
fDesc[13] = "wheeling systems provided to help you wheel up to 30 numbers.";
fDesc[15] = ", Magic Slots, Progressive Slots, Roulette and Keno. o nline casinos";
fDesc[18] = "graphics, there are many promotions and various games to keep the action going.";
fDesc[19] = "superb sound and graphics, there are many promotions and various games to keep the action going.";
fDesc[20] = ", Casino Policies GET $100 FREE !";
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 = '...';
}
}