var fDesc=new Array();
fDesc[1] = "8-ball, Cutthroat, 3-ball, Golf, 14.1 Continuous modes. He/she can choose to play some Trick Shots, too. Each time you select a mode, Backspin Billiards will display a screen with the rules for that specific variant, along with the options you can modify.";
fDesc[2] = "bowling you score points by rolling a bowling ball along a flat surface called the lane into objects called pins. The variant used by this game is the 10-pin bowling.";
fDesc[3] = "and online casinos. Its increasing popularity is due to events like the Word Series of Poker, the biggest world tournament of poker held in Las Vegas.";
fDesc[4] = "program installs in your system the program RelevantKnowledge. Free Internet Speed up Lite 4.3.0.1 has 3 utilities: Net Pinger, Speed Booster and RAM Booster.";
fDesc[5] = "similarities are that you are in a maze, you have to collect every crystal to access to the next level, and that touching an enemy will make you lose a life. The differences are that you have not a magic pill that will allow you to eat your enemies in all levels.";
fDesc[6] = "using the cursor movement keys, guiding it through the tipical Pacman mazes, this time in 3D. You can fire at your enemies by pressing the space bar. You will shoot in the four possible directions. You can even destroy blocks of the maze.";
fDesc[7] = "rules. You can choose between 14 different tile sets and 10 different background themes. A female voice will guide you through the game.";
fDesc[8] = "transfer functionality and SSH tunneling capability. It's a cross platform application that is compatible with Microsoft Windows and Linux.";
fDesc[9] = "Draw Game, Goat, Block Game, Sebastopol, All Fives, All Threes, All Fives and Threes, Muggins, Bergen and Double Bergen.";
fDesc[10] = "Madrasso Pro (Net+).(Briskula, Treseta, Trijumf). You can play ordinary or double type of Briscola. And also Tressette with or without declarations. Triumph is Croatian variant of Madrasso. Cards are one player against the computer, or network game (2 players, or 4 players in 2 pairs) over TCP/IP protocol. You have to know the cards rules before playing it. They have nice animation. You can select option for playing computer versus computer with open cards which is useful for the learning process or for estimating the computer player strength. Cards have also the learn mode. You can choose between English or Croatian language. In additon to LAN, BTM supports also Internet. If you want you can, optionally, separately download and install 'BTM Decks' for BTM v4.00 or later, 9 additional decks.";
fDesc[11] = "will spend some hours in front of your PC with this simple and fun tetris-style game. The best features are the new special tiles that will let you play in a different way compared to the classic Tetris.";
fDesc[12] = "easy to learn and very powerful at the same time. And now we have a new variant called thinBasic. This is a high level language interpreter that is totally free and has inherited the simplicity of BASIC.";
fDesc[13] = "game. Thanks to its excellent 3D graphics, you will get a pleasant and challenging experience by playing against your friends or the computer.";
fDesc[14] = "busy streets, arrive at the other side and continue advancing through levels. You have to be careful because you will find many cars and trucks passing very fast on the streets, and they will run over the frogs without braking.";
fDesc[15] = "to match word tiles instead of pictures. The game has four dictionaries included that will let you play with pairs of words of different languages.";
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 = '...';
}
}