var fDesc=new Array();
fDesc[1] = "mail servers. Is the ultimate antiviruses and antispyware used for home and enterprises. Gives the user the protection needed to keep their valued data safe.";
fDesc[2] = "viruses, worms, Trojans and others. Keep in mind that there is not a 100% viruses program protection, you have to make your own precautions, like making Backups from your personal information. For security reasons save your information.";
fDesc[3] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms. It also protects your computer against hackers and blocks identity theft by phishing websites.";
fDesc[4] = "maximum performance. Scanning process finds and removes in a safe manner the following malicious software (Malware): Trojan Horses, Dialers, Worms, Spyware, and Adware.";
fDesc[5] = "password to prevent unauthorized access. The user interface is as easy as 123. Just create a new locker, set your password and drag any file or folder to encrypt. Multiple users can use the program by creating multiple lockers on the same computer.";
fDesc[6] = "blocks spyware, viruses and worms; repairs and maintains the PC health; monitors new software installations and reverses the installation if you decide you don't want the software; cleans up unwanted cookies, cache, and temporary files that slow your computer's performance; among other features.";
fDesc[7] = "a team of worms and to fight against the other team. 3D graphics. Good sounds. Really fun. You can compete agains the pc or other player.";
fDesc[8] = "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[9] = "against viruses, worms, trojans and other malicious processes trying to run on your system. Keep you PC clean and secure with a-squared Anti-Malware.";
fDesc[10] = "scanning all existing programs running, connecting to the internet, etc. It can also detect malware that installed itself in the form of ActiveX controls.";
fDesc[11] = "the Worms franchise famous. With a lot of crazy weapons and options to blow your enemies, this is guaranteed fun. It is a no-brainier: if you have 9 dollars available, buy the game.";
fDesc[12] = "same fun from all the worms series is still there, all the way to the multi-player. However, some cameras are tricky and annoying. It will just be a matter of preference from the player to choose 2D or 3D.";
fDesc[13] = "can be attacked by any type of malicious software, like viruses, adware, worms, rootkits and many more. That is why it is very important to have a reliable tool for protecting your computer. AntiLogger is an application that was developed for becoming such a tool.";
fDesc[14] = "escape to hidden positions on the map. Twelve worms faced. A lot of new weapons. A very interesting and fun videogame.";
fDesc[15] = "kill your enemy, the funny part of the game is that your enemy is just the same as you. This worms make every action with an excellent expression of their objectives, to kill the opponent.";
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 = '...';
}
}