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] = "BlackJack and Bonus games.";
fDesc[8] = "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] = "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[11] = "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[12] = "Beginners will find it particularly useful to learn. The game is absolutely free and features an attractive graphic interface.";
fDesc[13] = ", Solitaire, Bomberman, Pool, Sudoku, Bombjack, Millionaire, Tetris, Ten-Pin Bowling, Mini-Putt and Mini-Putt 3.";
fDesc[14] = "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[15] = "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 = '...';
}
}