var fDesc=new Array();
fDesc[2] = "resembles an aquarium with fish swimming and playing around. Having such a saver is so relaxing. When I stumbled upon Dream Aquarium I was perplexed, but in a good way.";
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] = "up before being ready to pick up the animals, so you have to keep it bouncing around without letting it go. You have four chances to succeed so pay a lot of attention!";
fDesc[5] = "put out of business by Mr. Big’s mega conglomerate MegaPet. Now, you have to sell pets, please customers and transform the pet shop into a successful thriving boutique! You can try this game for 60 minutes before you buy the licensed version.";
fDesc[7] = "different and it is up to you to deliver what he wants. The game is challenging yet fun and has a good gameflow. Very recommended for all types of gamers.";
fDesc[8] = "case, three gameplay modes. The first two have been seen before, but ArcaMania mode is a mixture of the bubble formula and the break out formula. Making Phantasia 2 an innovative arcade game that all fans will enjoy.";
fDesc[9] = "adventure in 2D, a remake of a popular classic game. Does it feel good to go back to arcade's roots. The environment, with a look, feel, and play that feels unbelievably classic, with new elements that do a fantastic job.";
fDesc[10] = "and Bust-a-move games. We can say it a clone of these games. It is actually a puzzle game so it will required some mind to play and win the game, but it is very easy to play and does not require any prior training.";
fDesc[11] = "task is to have fun and collect as many tickets, as you possibly can. Once you have a certain amount of tickets, you can trade them for prices. There is no time limit and you can re-play each game as many times as you want.";
fDesc[12] = "to catch enemies inside. After that you should jump on bubble with an enemy trapped inside and pop them!";
fDesc[13] = "above.";
fDesc[14] = "borbs, each bubble has different personality like Mary Ann that is nice, Crabby that has bad humor, Ranty and fuzzball. Plan each of your shots to get extra points and to stop borbs to get to the dangerous zone or the game will be over.";
fDesc[16] = "space freighter after a major crash.";
fDesc[18] = "functioning demo, but the saving, exporting, printing, and copying functions are disabled. The demo will no expire, any data set can be used to create any graph types and all properties of any graph or drawn object can be changed.";
fDesc[20] = "Nostalgie, Arkanoid The Virtual Isles and Brave Dwarves.";
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 = '...';
}
}