var fDesc=new Array();
fDesc[1] = "into a single category, because the game is so rich that it would not be fair to do that. This masterpiece puts you in command of an army of worms who have a variety of weapons. The goal is simple: kill all the worms from the other teams before they kill you.";
fDesc[2] = "Microsoft Office Documents (MS Word, Excel, Access). It can perform brute force and dictionary attacks, and apply masks to ease the recovery process.";
fDesc[3] = "guests happy. But, remember that guests are the life of any party, and if your guests aren't happy then it doesn't matter if the event was carefully planned, it will be a total disaster. That's why JoJo needs your help, to make her guests happy, so then the party will be a success.";
fDesc[4] = "are protected by a password. Private Photo Album uses strong 256-bit encryption technology to guard all the private photos and keep them safe in a single executable file.";
fDesc[5] = "bricks will give you special powerups such as missiles, gun, long or double pad, and many more!";
fDesc[6] = "person, or giggle in new voice with online friends. It is a powerful tool for doing video chat online and sharing video clips";
fDesc[7] = "(The Last StarFighter software) was created as an exact copy of the movie. Within the game, you will be recruited by the Star League to pilot a spacecraft and you will have to fight in an intergalactic war.";
fDesc[8] = "Katrina, wearing different outfits, and in different poses. This gorgeous model is so versatile that you will be able to see several aspects of her personality. In some pictures she is as innocent as a teenager, but with that mature energy that attracts men so much.";
fDesc[9] = "except approved to be visited on the computer. Block questionable content from your kids eyes or use the software as a kiosk application.";
fDesc[10] = "how they might be using it? This software is ideal for anyone who wants to monitor their distant PC.";
fDesc[11] = "Microphone streams and any sound file you play back.";
fDesc[12] = "you, the parent, a method of checking what your children have been using your computer for, in your absence, without them knowing. With the Exploit Child Watchdog, you now have the freedom to let your son surf the web, or daughter chat in the chat rooms, safe in the knowledge that if they do start to visit areas of the net you would prefer them not to, or engage in chat conversations with unsavoury characters, you will know and can take appropriate action. Exploit Child Watchdog helps you keep an eye on what your kids are doing on your PC and the Internet. Unlike other commercial 'spy' packages, the Watchdog was specifically written from the ground up for use by everyday people.";
fDesc[13] = "is so absorbing that you can't stop playing!";
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 = '...';
}
}