var fDesc=new Array(); fDesc[1] = "from your PC, playing against other skilled players around the world. That's exactly what Carom 3D let's you to do. You can play pool with a total control of your movements, and a great 3D perspective, so you will be able to rotate, zoom and move the camera as you desire."; fDesc[2] = "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[3] = "with an integrated online competition feature, thus maintaining the realism of pool championships in style of the real life."; fDesc[4] = "play... Tuned ball physics, new Ivory ball set and 5 extra cues bring even more attraction to the gameplay."; fDesc[6] = "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[7] = "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[8] = "BlackJack and Bonus games."; fDesc[10] = "features nice 3D environments though the graphics look a bit old. It has been running for nearly 14 years and the amount of worlds it has is huge."; fDesc[11] = "graphics and neat sound effects; with the new 3-D Cue Stick view make the shots easier or choose an easy to shark-level opponent or grab a friend and play in two-player mode. Hammerhead Pool to Go offers"; fDesc[12] = ", Solitaire, Bomberman, Pool, Sudoku, Bombjack, Millionaire, Tetris, Ten-Pin Bowling, Mini-Putt and Mini-Putt 3."; fDesc[13] = "the whole family. There are six different modalities of the game, and you can play with your friends or relatives on the same machine or online."; fDesc[14] = "effects. It is an interesting pool game that combines the realism of its graphics and sounds, together with an intuitive control of movements, which provides the accuracy you need to win."; 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 = '...'; } }