var fDesc=new Array(); fDesc[1] = "generous bonuses, a loyalty comps point program."; fDesc[3] = "away with seriously superb graphics, all the latest games and $888 Free welcome bonus!"; fDesc[4] = "promotions going on only at All Slots."; fDesc[5] = "mode\" time is UNLIMITED!"; fDesc[6] = "casino employees distributed globally is responsible for the ongoing development of Skykings Casino."; fDesc[7] = "breath with his sensational graphics and his incredible Bonus of Welcome of ?1177."; fDesc[9] = "entertainment."; fDesc[10] = "their own and Cameo Casino was designed with today?s woman in mind."; fDesc[12] = "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[13] = "Established in 1999 Bingo Palace has become a favorite among online bingo players."; fDesc[14] = "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[15] = "90 number bingo."; fDesc[16] = "and $150 They also offer a superb VIP program that keep players coming back for more and more and more..."; fDesc[18] = "Editor. Mathematical Systems Reducer. Calculations & My Tickets. Statistics sheet and graph charts. My Tickets Generator."; fDesc[20] = "the world."; 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 = '...'; } }