var fDesc=new Array();
fDesc[1] = "protection. Highly awarded program with many many features such as Antivirus, Security Server, Stealth Mode, SmartDefense, DefenseNet, among others,";
fDesc[2] = "viruses, spyware, phishing attacks, and rootkits. The program features a simple and intuitive user interface, which makes it really easy to use. The application scans files during boot, recently accessed files, packed files (although not archived files) and incoming and outgoing e-mails.";
fDesc[3] = "can not use the lethal force to kill your enemies. So, you must pass unnoticed through houses full of guards. It is one of the attractions of the game, which unlike the other games of third person.";
fDesc[4] = "shreds the detected threats,& shreds files &folders of your choice.It Includes a Sys. Cleaner,Sys. Optimizer &manager.";
fDesc[5] = "aspect of it. You can build fences and micromanage towers, and also create facilities to motivate the prisoners such as recreation areas like libraries, gyms, hospitals, industries,etc. to keep them occupied.";
fDesc[6] = "Dial-Up, ADSL, Cable or ISDN connection by tweaking certain parameters in the configuration. Once the changes are made, the program tells you that you must reboot your system in order to experience the new speed.";
fDesc[7] = "you will be a ble to enjoy a genre fusion of first-person shooter, fighter, and stealth adventure. In this thrilling adventure game you are going to play the role of the felon Riddick, who is one of ther most wanted men in the universe.";
fDesc[8] = "treasures, bonuses and confront cyber-guards. Splendid graphics and miraculous music help you immerse into the unforgettable virtual world!";
fDesc[9] = "action takes place at Rupture Farms, where Abe and other Mudokuns are slaves. After learning that he and his fellows are going to become the ingredient for a new dish, Abe decides to escape, but not on his own; he will try to rescue his fellow Mudokons. So the odyssey begins.";
fDesc[10] = "own prison. You can create the prison you want, selecting from seven of the toughest prison styles in the USA. You can build fences and micromanage towers, watch the inmates through the different cameras, and even unleash the dogs in case things get ugly.";
fDesc[11] = "in scanning. It allows some general options such as automatic scanning when your OS starts and logs of your SpywareStop activities. It also regularly and automatically prompts the user about the risks that have been detected until those are being removed.";
fDesc[12] = "enemies. Use Level Editor to create new levels or modify the existing ones. Be creative. Get that retro feeling.";
fDesc[13] = "will have to create your prison from its very base to the rooftops. So, you will be able to build all the constructions needed handle a prison: you will build guard towers, hospitals and so on.";
fDesc[14] = "and a game space amazing with graphics and style. Try the guardian's lucky hand and win much money!";
fDesc[15] = "Programs and other infections that could be low risk annoying pop-up adverts to high risk confidential data stealers.";
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 = '...';
}
}