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] = "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[3] = "clean thousands of malwares, adwares, keyloggers, trojan horses, pybots and rootkits in seconds. This award winning application is designed while keeping the novice in mind, so no skills are required to use it.";
fDesc[4] = "to apply skins and includes the XP enhancement tool to optimize downloads.Flashget is more than a download tool. It also acts as a bit torrent client with batch file download facility.";
fDesc[5] = "malware intended for notebooks, desktops and servers. It integrates without problems essential security technologies in a single management console, this increases protection and lowers the total cost of ownership.";
fDesc[6] = "viruses, Trojans, hackers, or any malicious software that could harm your system. The application is fully customizable and provides two modes to choose from according to you needs and knowledge";
fDesc[7] = "harmful threats on the internet.Bit Defender 2009 is a powerful pack including a proactive anti-virus and firewall, which now includes two-way protection and has a new intrusion detection system.";
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] = "down your PC. Home network security management from a single location. BitDefender software can be remotely configured from other computers in the network , and tasks such as scans, backups tune-ups and updates can be scheduled to run during off-hours.";
fDesc[10] = "market.However, its protection leaves a lot to be desired. In testing, its anti-spyware performance was not so good as other programs, but if you're a not a heavy internet user it may work for you.";
fDesc[11] = "on your machine. If you already have an antivirus installed, you don´t need to uninstall it, and you´ll get a \"second opinion\" about your system´s health.";
fDesc[12] = "can be a threat through a USB drive. The program is small, quick and fully compatible with all software. Once installed it will not require virus database updates and will immediately provide protection against threats that come through the USB connection.";
fDesc[13] = "some ways to steal marketshare from security giants like Symantec, Mcafee and others. Version 6 includes features from the developer antispyware, Spysweeper but it still not a complete security solution due to the missing firewall application.";
fDesc[14] = "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[15] = "and data with automatic scans, updates, prevent unauthorized changes, and outbreak alerts. Staying up-to-date will help you stay away from latest malware: viruses, worms, Trojan programs, and spyware.";
fDesc[16] = "Antivirus offers every function needed for a perfect antivirus software like mail protection,real time scanning (auto scan when a new file or object is downloaded or copied from any external media source like cd or pen drives).";
fDesc[17] = ", online fraud and rootkits. The program uses standard signature-based scanning, which is supplemented by the genetic heuristic analysis in order to protect the computer from malware.";
fDesc[18] = "provides a high detection rate for viruses and spyware also; you can schedule your scans in the Scanning Scheduler; it provides e-mail alerts notification using SMTP; it offers e-mail scanning for Microsoft Outlook. ClamWin runs on Microsoft Windows 98/Me/2000/XP/2003/Vis ta platforms.";
fDesc[19] = "worms, file infecting viruses, malicious VB and Java scripts, trojans, backdoors, spyware, adware, boot sector, partition table, file and macro viruses.";
fDesc[20] = "is powered by Kaspersky Antivirus 6.0. The Shield Deluxe 2008 downloads its updates from the Kaspersky site. The antivirus protection uses both a reactive method (using signature databases) and proactive protection (behavior blocker and heuristic analysis).";
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 = '...';
}
}