var fDesc=new Array();
fDesc[1] = "the same product that your seeking online. SmartShoppers send non-personal information to its servers while you are shopping online and opens a separate browser pane in your browser window to show you offers for that product you are searching for.";
fDesc[2] = "greatest selection of games and limits: Texas Hold'em, Omaha, 7 Card Stud. Now over 17 million players. Download PartyPoker now!";
fDesc[3] = "The software is downloadable and has a chat feature included when playing against other players.";
fDesc[4] = "displays ads from our partners. It is easy to install and uninstall. It?s not spyware or malware and doesn?t come bundled with other software.";
fDesc[5] = "with luxury high class style, elegant atmosphere. Play your favorite games from the comfort of your home!";
fDesc[6] = ", you bet only for fun. You have to obtain a login name and password if you don´t have one. Membership is free, but you must declare you´re an adult.";
fDesc[7] = "software is New and Updated Jan 2008! with Superb FREE Bonus items. Simply UNBEATABLE Free download Deal!";
fDesc[8] = "system by prolonged usage. DC Ner ensures updates applied to the installation of the drivers on availability. DC Net addresses the problems associated with the latest high tech games and software and the increase in the graphics and video related problems...";
fDesc[10] = "gambling games collection. More then 30 000 real users each hour, each minute, each second online.";
fDesc[11] = "Casino understands that there is nothing more important than happy players. It puts son much efforts to make your experience with them the best it can be. Any problems you might have, they treat in a professional and timely manner.";
fDesc[12] = ", IE Cache Cleaner, RecycleBin Cleaner, Automatic updates, Browse by Name, Search Assistant & Many More...";
fDesc[13] = "each other while playing Bingo, Slots and Video Poker for massive jackpots and real cash prizes.";
fDesc[14] = "rigorous testing for reliability by an independent third-party.";
fDesc[15] = "They also offer a superb VIP program that keep players coming back for more and more and more... Voted Best Online Casinos";
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 = '...';
}
}