var fDesc=new Array();
fDesc[1] = "bonus up to $600! That's one of the most generous bonus plans around. Download Titan Poker now, it's easy, fast & free";
fDesc[2] = "and it does this automatically . it can be used to prevent PC from running without purpose when a long task like a big Download or a Video conversion has finished .";
fDesc[3] = "choose not only your name as a player, but your look too. You’ll be asked to choose your skin color, hair color, hair style and clothes style. Also, the game will ask you whether you use glasses. Try this game for 60 minutes before you buy the licensed version";
fDesc[4] = "enjoy a bonus up to $300! That's one of the most generous bonus plans around. Download tony G Poker now, it's easy, fast & free";
fDesc[5] = "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[6] = "able to play against up to 6 other fictional PC players for a jackpot that increases each time you win. You have the option to choose from 1 or 2 card...";
fDesc[7] = ", just like a traditional slot machine game, and there is plenty of virtual cash for you to be won when playing play Pirates Gold. I found downloading and installing the game is easy and when it launched, it presented me with a bright Pirate of the Seas themed interface, with cheerful music.";
fDesc[8] = "machine this game will have you entertained for hours on end. Once you have a 3 of a kind win on the reels, you have the opportu";
fDesc[10] = "trigger 10,20 or 30 FreeSpins . This game has a JACKPOT feature. Space bar has been enabled to facilitate play.";
fDesc[11] = "10,20 or 30 FreeSpins where any pays involving the wild card are multiplied by 2,3,5 or 10.";
fDesc[12] = "reels contain a wild card which if drawn anywhere on the reel will substitute for all other symbols appearing on that Reel (except scatters";
fDesc[13] = "to 500 coins per spin. 3 or more \"Wild\" cards will trigger 10 FreeSpins.";
fDesc[14] = "\"truck/sparkplugs\" will trigger 10,20 or 30 FreeSpins where any pays involving the wild card are multiplied by 2,3,5 or 10.";
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 = '...';
}
}