var fDesc=new Array();
fDesc[1] = "notification. You can manage all of your conversations in a single message window. Besides, you can send your friends an SMS from your PC with ICQ. Your friends can SMS back from their mobile directly to your ICQ message window.";
fDesc[2] = ", Casino, Arcade, etc. All you have to do is choose your game, download it and start playing! Besides, RealArcade helps you to easily access games installed in your PC. Download RealArcade and enjoy playing for hours.";
fDesc[3] = "greatest selection of games and limits: Texas Hold'em, Omaha, 7 Card Stud. Now over 17 million players. Download PartyPoker now!";
fDesc[4] = "if you use the older versions can see this. It is easy to use, you just install it, search and download, support multiple searches and downloads too, the interface is elegant and you can choose what languages use because the international version has many.";
fDesc[5] = "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[6] = "trix, and a rotating game board that cause the game pieces to tumble around make this game a real blast.";
fDesc[7] = ", something similar to Ubuntu programs menu. Categories available are: Office, Utilities, Games, EntertaThe only categories available are: Office, Utilities, Games, Entertaiment, Internet, Programing, Graphics, Security and Others.";
fDesc[8] = "engaging games. Download Smart Cook and Play for Free!";
fDesc[9] = "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[10] = "download, install and play. Get all the treasures before the mummies catch you. Thousands of years ago, the Pharaohs hid treasures of great value in cryptic labyrinths. It is now your duty to get them. If you do not get caught by the mummies.";
fDesc[11] = "completing games one by one. If you wish to finish the game it will be automatically saved.";
fDesc[12] = "disappear, and you will pass over to another level.";
fDesc[14] = "Apart from being fun, and suitable for all ages, this cool game has a freeware license, for you to download and enjoy it in its full version.";
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 = '...';
}
}