var fDesc=new Array(); fDesc[1] = "choosing your desired image and name. Then, you can choose to play some of the five games featured: Ride The Tide, Hold´Em Poker, 21 Blackjack, Video Poker or Slots."; fDesc[2] = "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[3] = "get to bet how well you can do at the beginning of each round. A window appears asking you to choose one of the three options The thing is that if you miss your bet the game is over, so try no to shoot too high."; fDesc[4] = "the game, we are in a Pool or Snooker room, with a game table playing against another user. The high quality 3D graphics are excellent, and we can go around the table in 360 degrees."; fDesc[5] = "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[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] = "easy game to understand but a very hard and challenging adventure to win. Tricks mixed with bowling makes this game more interesting, you can use your bowling expert tricks to make lots of strikes."; fDesc[8] = "in the form of a Word Guess in which users can fill in the blank spaces with English alphabets. The game interface has been designed to have the look and feel of a casino environment."; fDesc[9] = "poker with other people worldwide. You can bet real money or fake money (chips). You don´t need to pay for anything if you want to play for chips, or just watch other people play."; fDesc[10] = "movement charts, market analysis, information displays, dutching and trading tools."; fDesc[11] = "belonging to the country you choose. For instance, UK players bet with tea kettles, Cubans with a cigar box, Americans with cheeseburgers, etc."; fDesc[12] = "of betting. 17 Back Staking Plans, 11 Lay Staking Plans and 2 E/W Staking Plans. Free evaluation."; fDesc[13] = ", Odd, Even - The choice is endless! Remeber, this is a game for fun, no real money can be either lost or won!!"; fDesc[14] = "analysis engine, or manual set up that allows precise number positioning and application of advanced filtering. Comes complete with all ..."; fDesc[15] = "to generate a calculation for the next bet to place."; 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 = '...'; } }