var fDesc=new Array(); fDesc[1] = "to play up to 25 songs per month for free, select the songs you want from millions of songs in RealNetwork's music library and play 25 premium Rhapsody Channels without limit."; fDesc[2] = "worms, blocks adware and spyware. It also scans - files in real-time and on demand, email messages that can contain harmful content, Internet traffic, and java and visual basic scripts. It also provides protection for your messenger applications like ICQ and MSN."; fDesc[3] = "GetRight offers great features accelerating your downloads, synchronizing entire web sites, and handling all your downloading needs in a fast, safe and easy manner."; fDesc[4] = "You will play in different scenarios, from the jungles to the plains and everywhere in between. There are some special pieces that can be connected to any other, even different ones, to form a tile."; fDesc[5] = "We take every necessary precaution and step to protect the integrity of our Poker Room"; fDesc[6] = "resolution to play this game. You can play Tik's Texas Hold 'em in three modes: Cash Game, Tournaments and Scenarios. Both Cash Game and Tournament game options are customizable, allowing you to play the way you want and even create your own custom games with rules you create."; fDesc[7] = "Graphs can be created using different colors and styles. You can use standard functions or parameter functions to draw a graph. You can customize any axis, it's maximum limit, lower limit, grid units for every axis individually."; fDesc[8] = "site. You will receive a five-digit code by email to activate your new account. After that, you´ll have access to limit and no limit variations of poker games like Omaha, Double-Flop Texas Hold em, Omaha, 7 Card Stud, Elimination or Blackjack."; fDesc[9] = "the with the action concentrated to holdem and the limit games in particular. At Peak time the room hosts approx. thousands of players online."; fDesc[10] = "network connections made in your PC (local and from Internet), arranged in a per-application basis, and also you can limit the bandwidth usage for each one of them."; fDesc[11] = "level. Indispensable for P2P users (Kaaza, DC, WinMX, eDonkey) and for people who want to do several tasks on internet at the same time."; fDesc[12] = "to guide the character while it shoots bricks and obstacles running around the screen and collecting its baby chicks. As in every brick-busting game, you will have power-ups, bonus worms and treasures that will fall over you as the levels progress."; fDesc[13] = "station, where the player must observe all the directives, follow the signals indications and control the train. Score depends on how the engineer drives the train, and penalties are applied when the driver goes faster than the speed limit shown in a signal or a stop signal is passed over."; fDesc[14] = "Tournaments. Poker.com offers No Limit Poker Tournaments & Daily Texas Holdem Freerolls. Download now!"; fDesc[15] = "internet connection. It counts downloaded and uploaded data and reminds you when you reach your maximum limit. It runs in background mode and starts automatically when your system starts."; 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 = '...'; } }