var fDesc=new Array();
fDesc[1] = "you pass the level, otherwise you lose. What is hard about this game is that you don’t have a direct shot to each orange pegs and it’s kind of hard to calculate all the bouncing the ball will do when you shot an indirect ball.";
fDesc[2] = "analysis, a tool that many companies use to know the sites you visit, and where are you physically located. Tor 0.1.2.19 achieves this by bouncing your communications around a distributed network of relays run by volunteers all around the world.";
fDesc[3] = "choosing a ball you wish to place in an adjacent place, and click over that place. The balls will change positions, and if they complete a row of three or more balls with the same color, the row will be cleared. You can´t move the black balls.";
fDesc[5] = "making the balls bounce on your bat and the walls. The bricks are destroyed when the ball touches them. Should you miss the ball, you will lose a life.";
fDesc[6] = "ball to destroy bricks, in order to get the ancient artifact Star Ball. As in thousands of similar games, you control the bat (or spaceship) with the right and left cursor movement keys. Every other action is done pressing the spacebar.";
fDesc[7] = "difference in Geometry Ball is that you will share the board with a computer opponent, that will bounce its own balls, but they will BUILD bricks. You have to destroy that bricks before they cover all the board, or you lose.";
fDesc[8] = "of matching. The game contains over 70 levels and 3 game modes! Try beating the clock or simply play to relax. Meet the happy bunny clan with it's peculiar family members and collect them all in your photo album.";
fDesc[9] = "– or several of them – bouncing as long as you can so the ball can destroy an arrangement of bricks and stuff. To do that you have a ship on which the ball bounce when it comes down to the bottom of the screen. You can control your ship by moving your mouse sideways.";
fDesc[10] = "fall from the windows of a building. Equipped only with a candy cane, you must guide the falling presents into Santa´s sleigh. The presents can bounce on the walls of the buildings, but if they crash to the ground, they´re lost.";
fDesc[11] = "people away? Professor Fizzwizzle, of course! Rescue hungry animals, bounce bubbles and solve a mystery, all at the same time! Download FizzBall Deluxe now, it's a joy to play for people of all ages!";
fDesc[12] = "Try the three game modes and use the special balls to clear out some of the bin. But watch out, the puzzle gets crazy as balls bounce every which way.";
fDesc[13] = "you find, select and delete the bounced emails that are returned to your pop3 account. It can also check a text file for bounced emails.";
fDesc[14] = "replaced by more. Bounce the required number of balls off the screen and move to the next level. Need help? Hit the panic button for a free move. Keep an eye on the dynamite fuse, because when it runs out of time, so do you!";
fDesc[15] = "scanning engine, Bounce will not allow your children to view innapropriate material on the Internet. Numerous parental controls allow parents to keep tr...";
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 = '...';
}
}