var fDesc=new Array();
fDesc[1] = "shall get a lot of services from windows live. It is a free service created by Microsoft. But there are many features that you will need to pay for like the Windows Live Call, which is something like Skype.";
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] = "feature that tunes your PC for best performance. All the automatic functions are done when system is idle keeping PC performance in mind.";
fDesc[4] = "on the Game. It has 3 complementary versions: Linux/Win client, Linux server and Windows server. It was designed exclusively to work with Half Life 1 engines.";
fDesc[5] = "maximum performance. Scanning process finds and removes in a safe manner the following malicious software (Malware): Trojan Horses, Dialers, Worms, Spyware, and Adware.";
fDesc[6] = "active presentations.";
fDesc[7] = "one has their own features, and the Standard one has just few features less, but still a good one! You will have a period of 30 days to try the version, (Pro), when this period of time is over you are still going to have the standard version for free.";
fDesc[8] = "RAM. Dr.Web for Windows performs real-time interception of calls to files on hard and floppy drives, CD/DVD/Blue-ray/Flash drives, and smart cards";
fDesc[9] = ", Trojan, adware, spyware, auto dialers, key loggers, hackers, and other malware, attacks and menaces coming from the Internet. It also protects our computer from unauthorized access to and from the Internet.";
fDesc[10] = "or in training mode. Choose between six different players and try playing in all the four different clubs. A billiard game with great graphics and views that you can zoom in or out.";
fDesc[11] = "one package. Very known and easy to use toolbar and user interface and every function of a security software makes BullGuard a very compact and useful software.";
fDesc[12] = "real-time scanning. Besides many features, this program will even detect new threats before virus protection updates are created, and it is possible to set your computer to be scanned at a convenient time by a scheduled scan. And on top of all, this program has a user-friendly interface.";
fDesc[13] = "operating systems that is easy to manage and control. Forefront Client Security helps guard against threats, such as spyware and rootkits, as well as against traditional threats, such as viruses, worms, and trojan horses.";
fDesc[14] = "of your PC in just five steps. Magic Speed is a PC cleaning wizard, which can helps you to take advantage of your hard drive space, and your overall computer's potential.";
fDesc[15] = "worry, Anti Trojan Elite is able to analyze, detect and remove all kinds of trojans and keyloggers from your PC. Anti Trojan Elite is the perfect complement together with your antivirus, because it's specially created to detect and destroy the popular Trojan virus, which are very destroyers.";
fDesc[16] = "and to use. Updates automatically over Internet. New! Windows Vista (32-bit) support!";
fDesc[17] = "against the intrusive and malicious spyware that threaten your PC and your privacy. his incredible program stablishes a safeguard that automatically detects a potentially unwanted application and alerts you of the threat and providing you with effective blocking options.";
fDesc[18] = "software locates and completely removes even the most deeply rooted viruses, spyware, adware and even rootkits, which attempt to cover the tracks of potentially damaging malware.";
fDesc[19] = "scanning all in one. Anti-virus provides protection against virus threats and adware that may harm your PC and data while you are browsing the internet. ZoneAlarm Anti-virus offers very flexible virus scanning for your computer.";
fDesc[20] = "unauthorized access, the theft of information and system with weakened performance. This program is the latest version of CA Anti-Spyware, formerly known as PestPatrol.";
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 = '...';
}
}