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] = "games without paying any subscription. QQ Games is an official plugin for Aol Instant Messenger and it offers a wide collection of online casual games that are totally multiplayer and free.";
fDesc[4] = "with an integrated online competition feature, thus maintaining the realism of pool championships in style of the real life.";
fDesc[5] = "play... Tuned ball physics, new Ivory ball set and 5 extra cues bring even more attraction to the gameplay.";
fDesc[7] = "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[8] = "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[9] = "world, that are members of this online community. You will be able to play pool, snooker, chess, poker, darts and other games using a single interface.";
fDesc[10] = "BlackJack and Bonus games.";
fDesc[11] = "the table by shooting at them with the balls of definite color and combining together 3 or more balls of one color.";
fDesc[13] = "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[14] = "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[15] = "modes are included among the nine games packed into one. The demo mode itself is much fun to watch and relax after a busy day.";
fDesc[16] = "Beginners will find it particularly useful to learn. The game is absolutely free and features an attractive graphic interface.";
fDesc[17] = "your player's disk to match them and to remove them from the board. Great fun and action in more than 60 levels.";
fDesc[18] = ", Solitaire, Bomberman, Pool, Sudoku, Bombjack, Millionaire, Tetris, Ten-Pin Bowling, Mini-Putt and Mini-Putt 3.";
fDesc[19] = "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[20] = "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 = '...';
}
}