var fDesc=new Array();
fDesc[1] = "car equipped with the most advanced weapons. Take a dangerous route destroying the enemies to finish first.";
fDesc[2] = "for RAR/WinRAR (2.xx and 3.xx) archives. This incredible program includes the following modes to recover the passwords: \"brute-force\" attack, dictionary-based attack and dramatically fastest \"Booost-Up\" attack.";
fDesc[3] = "The game features a charming turtle in its mission to save the bay where it used to live, from the invaders' attack. The story behind this game is really thrilling.";
fDesc[4] = ", your adventure will begin after knowing that your grandfather left you a strange and old coffer. At the beginning of the game, you will see an explanation about an ancient pirate treasure, which had an unique artefact,";
fDesc[5] = "made its grand debut on the XBOX 360 when the console was just released. The game introduced certain features that were long missing from the previous games. The most important change from the previous game is the great graphics that this game has.";
fDesc[6] = "Wars. It was Developed by Electronic Arts.This expansion is able to fill part of the gaps left in C&C 3 using, as usual, the film part of the game.";
fDesc[7] = "games in total). The program has a laptop-like interface that is quite easy-to-use, although somewhat clumsy. You will have the option to play the games within this laptop interface or switch to full-screen mode.";
fDesc[8] = "their type,attack type and the level at which they can be evolved. With the money won, we can bet or purchase several items, such as POKéBALLS,Great Balls,Ultra Balls,Potions and Super Potions";
fDesc[9] = "detachments of the terrorists. You are located in the trench and have weapons at your disposal. Fight for the world peace";
fDesc[10] = "gameplay. Great Mahjong demands from you a lot of concentration and a good memory. Most importantly, its full version can be downloaded from the developer´s at no cost since it is freeware.";
fDesc[11] = "many attack schemes to recover your passwords like Common dictionary attack and English dictionary attack with more then 75000 password, Brute force attack with more then 875000 passwords, Brute Force attack scheme 1 and 2 with more then 2939000 passwords etc.";
fDesc[12] = "Pursuit in three different modes: Solitaire (you against the machine), Time Attack (you against time) and 1 to 4 players, to play against other humans.";
fDesc[13] = "to guide the character while it shoots bricks and obstacles running around the screen and collecting its baby chicks. As in every brick-busting game, you will have power-ups, bonus worms and treasures that will fall over you as the levels progress.";
fDesc[14] = "to open and modify MS Excel files. It can use three password recovery methods: advanced dictionary-based attack, a brute-force attack and a brute-force attack using an advanced mask.";
fDesc[15] = "Scrabble. Scrabble Rack Attack introduces new features and game styles that give the basic Scrabble a new and attractive gameplay. With nice graphics and music, plus a intuitive interface, this game is essential for word games fans.";
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 = '...';
}
}