var fDesc=new Array(); fDesc[1] = "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[2] = "backup application on the market. Not that I use a lot of them, but I have used quite a few, and this is the best so far. Drive Backup 9 allows you to backup your computer drives and create image files that you can later on recover your system from."; fDesc[3] = "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[4] = "are always trying to gain access to your PC. This antivirus doesn’t care how the virus is going to attack your PC. It can scan your Emails, startup processes, running applications and shared system files for any suspicious behavior."; fDesc[5] = "even the Administrator will be able to access or see the protected files. Also, its technology makes it impossible to gain access from a local network or the Web."; fDesc[6] = "allows us to perform a task, as if we are in real mode, but all the new files, downloaded content, change of configuration and so on will only exist in the virtual world. While working on a virtual mode we are protected from external attacks, threat and so on."; fDesc[7] = "performance. * Optimize your PC for special tasks such as gaming, multimedia or office. It's the ultimate, all-in-one Suite for PC Security, AV, Anti-Spyware, Maintenance & Privacy!"; fDesc[8] = "malicious software running on your computer, stealing your personal information and showing you annoying Popups, Advertisements and making your computer slower day by day."; fDesc[9] = "we can use this program for parental control. It offers several protection methods that we can activate, deactivate, or change at any time."; fDesc[10] = ", cookies and other records. The program Erases Files securely ensuring that they cannot be recovered. It also features a File Shredder and Plug-Ins Builder Support. It is possible to set up an option of automatic operation while booting up or shutting down the system."; fDesc[11] = "they can be shown and distributed on any computer with any Operating System as a digital document. Any file that can be printed out of any MS Windows application can be converted to a PDF document by means of this free program."; fDesc[12] = "recovery, system migration and data protection for Windows computers. The program allows you to perform all this actions through a tabbed interface."; fDesc[13] = "computer is used by other people. File Securer 3.9 by Friday Software is a perfect tool for providing such protection. Its’ main advantage is integration of its’ protection system into the Windows system kernel."; fDesc[14] = "simply designed and can be used by anyone; it does not require any special knowledge. It is safe, because is prevents any intrusion attempted with specialized cracking software."; fDesc[15] = "from all kind of threats. VirusKeeper concentrates on the vulnerable parts of your PC that might get affected easily. It protects the windows files from any programs trying to modify them."; 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 = '...'; } }