var fDesc=new Array(); fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth."; fDesc[2] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield."; fDesc[3] = "of your system, detecting all kind of unwanted files and threats, including spyware, adware, and, viruses. Its protecting Resident Shield will work in the background, keeping an eye on everything that attempts to install itself without your consent."; fDesc[4] = "worms, blocks adware and spyware. It also scans - files in real-time and on demand, email messages that can contain harmful content, Internet traffic, and java and visual basic scripts. It also provides protection for your messenger applications like ICQ and MSN."; fDesc[5] = ", e-mail and web sites. 2- System Security by monitoring all activity in our PC, 3- Online Security against internet fraud and network attacks."; fDesc[6] = "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[7] = "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[8] = ", 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[9] = ", rootkits, trojans, worms and malware in general, in all folders,diretories and all kind of files. The user can select the way of updating, the scan to be performed, the scanning schedule, and the paths to be scanned."; 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] = ", 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[12] = "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[13] = "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[14] = "solution for all problems arising due to virus attacks, but you could get this tool to avoid your system from getting infested with virus attacks."; fDesc[15] = "blocker, scheduling & more. It?s easy to use; doesn?t slow down your PC and is free for life to the end user"; 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 = '...'; } }