var fDesc=new Array(); fDesc[1] = "world. This game offers player a very exclusive variety of tournament which are very popular all over the world. You can play with or against the best poker players and thus show your poker skills."; fDesc[2] = "case comes up and you are ready to get to the end of it. Your mission is to investigate who is the killer of Miss Linnete Doyle, another passenger of the cruiser. Twelve levels will lead you to the truth, gathering clues on each investigation."; fDesc[3] = "single player adventures, or in large head-to-head guild battles. Guild Wars is a mission-based game set in a stunning 3D fantasy world that offers excellent support for guilds."; fDesc[4] = "bonus up to $600! That's one of the most generous bonus plans around. Download Titan Poker now, it's easy, fast & free"; fDesc[5] = "most popular game variants, Snooker, 9-Ball and 8-Ball mode. This program will give you great emotions and fun, because PoolStars is not only a game, but also an emulator that will let you play exciting matches against other people over the Internet."; fDesc[6] = "tournaments. Play with friends and with people from all over the world. Superb 3D graphics engine."; fDesc[7] = "fan or a beginner, there is something for everyone at Party Poker. You will find ring games, where players can compete with one another in single-table tournaments, and multi-table tournaments."; fDesc[8] = "modes of play, accurate physics and modelling, play snooker and chat with others on the Internet."; fDesc[9] = "to be played. It has all the major variations of poker, such as Texas Hold’em and Five Card Stud, lots of standard single-player card games like Solitaire and Memory."; fDesc[10] = "and participate in international tournaments. In order to play with this game, you´ll need to create an account at http://tennis.gamigo.c om/, giving your desired user name, your e-mail address, a password and accepting the terms."; fDesc[13] = "games, either locally or online. You will be able to choose between forty table games, such as Three Card Draw Poker or Texas Hold'Em. You can also play slot machines, with titles like Cashtaway, Zoltar or the Video Poker. Or bet on horse and dog races, or your favorite sports teams."; fDesc[14] = "opponent, or play online against human opponents in competitions and tournaments with over 100 maps."; 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 = '...'; } }