var fDesc=new Array(); fDesc[1] = "challenge against yourself. When you choose to play against the computer, you´ll play an 8 ball match. You can choose how many frames and which type of room you want to play in, and your desired player name."; fDesc[2] = "computer. You can even choose your computer opponent´s ability. You can choose the ball you want to hit, and the program will help you showing lines with the path the ball will take when hit."; fDesc[3] = "instance, if you shoot a ball down a pocket with the Dommelsch logo, you will receive one of three kinds of jokers. These let you sabotage your opponent's balls in three different ways. For example you can make one of your opponent's ball stick firmly to the table."; fDesc[4] = "graphics and a nice music, which make you believe you are at a bar playing pool. It includes many playing modes: Practice, Eight-ball and Nine-ball modes, and two challenge timed modes in which you have to put all the balls in the pockets quickly."; fDesc[5] = "with an integrated online competition feature, thus maintaining the realism of pool championships in style of the real life."; fDesc[6] = "through the 18 challenging holes, collect many points as you can, and unlock new characters to have more fun!"; fDesc[7] = "that different to other pool games already seen, but the stuff around the game is what makes this game pretty unique.The game provides extensive help to get the most out of Cue Club. You can try this game for 60 minutes before you buy the licensed version."; fDesc[8] = "play... Tuned ball physics, new Ivory ball set and 5 extra cues bring even more attraction to the gameplay."; fDesc[10] = "online against other players worldwide. The QuickPlay mode is a 4 ball game, played in the Garage, you can vary the length of the game in matches, the Table Setup (Amateur, Professional, Championship or Custom), and if you want a shot clock or not."; fDesc[11] = "of computer opponent. Designed to be fun - you can be racking up pro breaks in 10 minutes."; fDesc[12] = "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[13] = "other player. Free Billiards also has a section that you can use to train yourself in the art of playing pool. You can choose the rules you want to play."; fDesc[14] = "that different to other pool games already seen, but this game has a particular atmosphere which makes you feel just fine. The game is pretty easy to understand and very intuitive. You can play it over the Internet."; fDesc[15] = "BlackJack and Bonus games."; fDesc[16] = "54 fields with different obstacles on them available for the player."; fDesc[17] = "pocket every ball before they all explode. That´s because they are not balls, they´re bombs, and they will begin a 120 seconds countdown till they burst. If any of that bomb is still on the table when the counter reaches zero, there will be an explosion, and the game will be over."; fDesc[18] = "ball. Sometimes the color of the ball you must hit with the white ball is different than the color of the balls you will need to put into the holes."; fDesc[19] = "the table by shooting at them with the balls of definite color and combining together 3 or more balls of one color."; fDesc[20] = "allowing you to practice with the ball physics on your PC. You can then position your cue, choose where you want to hit the ball, and the strength you will like to apply to your strike; and then shoot using the space bar and the mouse. Several types of billiards are included."; 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 = '...'; } }