var fDesc=new Array();
fDesc[1] = "how they blow out. The game offers three different game modes, not very different from each other. Definitely it's not the game of the year.";
fDesc[2] = "continues to GTA IV. Although the game is a bit outdated the fun has not been lost, and thanks to Rockstar you can download the game from their website now. You cant miss this chance.";
fDesc[3] = "robots. If they touch you, you die. Your only weapon are bombs that you can leave behind. When they explode, they destroy everything in the near: walls, robots... or yourself, so be sure to be far from the explosions.";
fDesc[4] = "approach. Taking a lot from Firefox and the like, XYplorer adds a tabbed interface to the everyday use of file managers. Thus, you don't have to scroll through tens of windows to find the one that you know is somewhere.";
fDesc[5] = "world by removing mines and destroying monsters! Download Bomb Threat and Play for Free!";
fDesc[6] = "catch enemies inside. After that you should jump on bubble with an enemy trapped inside and pop them! To increase your score pick up items: fruits, vegetables, diamonds, jewels etc. You can also pick up some items to make your journey easy.";
fDesc[7] = "Tertris and even more fun! All the games of Buble series combined into one! Now you can install these games - Bubble Shooter, Bubble Thriller and Bubble FlyTrix in one go. Now you can choose: download, try and register these games one by one, or in a single pack. Online contest for best players is set up. Registered players of other games in this series get a huge discount. The Pack is also available for Palm OS and Pocket PC. Try for yourself, and you'll never forget that tickling feeling when a flock of bubbles flies in and you never know if they are going to end the game. The rules are simple, using the mouse you burst bubble and all the bubbles of the same color next to it blow up too, and others slip upward and fill the gaps. The more bubbles burst the more points you get. This is the main goal, actually - to get as many points as you can. You then could take part in the online...";
fDesc[8] = "to clear out after placing a bomb, though, or else youll blow yourself up. Up to four players can compete against one another on a single machine. In this version, the following features were added: In Capture the Flag mode, instead of blasting your opponent with bombs, you have to capture his or her flag and carry it to your own. Also, new levels andeven a level editor have been added, so you can designyour own levels easily.";
fDesc[9] = "style Jetboat racer!";
fDesc[10] = "blow other tanks. It's simple, it's quick and it's fun, but at some point it will just seem like more of the same, and you will get bored sometimes. Other times, it's great fun!";
fDesc[11] = "is in fact LIKE NO OTHER! Download it now and we are sure that you'll find it worth looking at.";
fDesc[13] = "long, fluffy tail. He needs this trunk for the mini-games in Bliss Island Deluxe. Puff and blow with Hoshi's trunk and move the objects into a hungry mouth or around all sorts of obstacles.";
fDesc[14] = "come together, and remaining bubbles move up to fill the gap. More explosions - more points, no explosion - balls advance.";
fDesc[15] = "connected to eachother fill the space at the beginning of the game. Every atom has its own speed and direction and all of them are moving in every direction.";
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 = '...';
}
}