var fDesc=new Array(); fDesc[1] = "pretty fast way. Besides, it uses a minimal amount of resources of your system in comparison to other programs of this type."; fDesc[2] = "same time it can save and protect your password. When you install it appear like a toolbar and you can handle from your browser this is an amazing feature because the program is used in the web."; fDesc[3] = "other blog entries regarding Secunia and vulnerabilities."; fDesc[4] = "all the processes running in our computer. It has never been so easy to detect suspected items, enable, disable, remove, or put them in quarantine. We are also allowed to view the security risk for each running process, CPU usage and more."; fDesc[5] = "administrators including security alerts and customized reports about hardware and software, network audit, change management and network monitoring. It also reports on a single PC."; fDesc[6] = "defined. When a folder or file is protected (locked) it visually disappears and nobody can reach it or even see it unless (s)he uses the addecuate password defined by the original user."; fDesc[7] = "introduced with a number of improvements, which includes a list of new features, bug fixes, a number of new parameters, functions, methods, extensions, classes, INI configuration Directives and also security enhancements."; fDesc[8] = "your LAN, or even from/to a FTP server. It supports SSL, and one interesting feature is that it uses low resources and can be running on background."; fDesc[9] = "including 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[10] = ", protected, and keep it far away from external attacks, such as viruses, Trojans, adware, malware, spyware and all types of unsolicited activities while connected to the Internet both at work and at home."; fDesc[11] = "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[12] = "order to detect, assess and solve security vulnerabilities. The Network Audit tab in the program´s interface includes the buttons to perform different scans. You will be able to launch a Quick, Full or Custom Scan, or schedule a scan to be performed at a given moment."; fDesc[13] = "carefully secured especially if computer is used by other people. Folder Security Personal 4.1 is a perfect tool for providing such protection. It includes many ways for securing your data."; fDesc[14] = "computer. Using a password provided by the user, it encodes a file or a number of files safely, saving them in your computer or allowing you to burn them to CD or DVD for backup and distribution purposes. It also includes a removal utility that completely wipes any file from your computer."; fDesc[15] = "AntiBot search for malware and adware in your PC without scanning process. Norton AntiBot runs in the background, so it never disturb your daily job."; fDesc[16] = "antikeyloggers, antispam and identity theft protection, and remote control monitoring, with several options to set for a personal use of the application. The AntiSpyware protection can be turned on/off manually, scan the system anytime, update the spyware database, etc."; fDesc[17] = "software we can buy and/or evaluate for free for a 30-day period. The program provides protection against virus and spyware, this protection can be selected to high, normal, off, custom, or performance-optimized levels. It also offers real-time scanning, scheduled scanning, e-mail scanning,etc."; fDesc[18] = "as registry problems, slow performance caused by drivers, hard drive fragmentation, memory optimization and others Windows' tweaks."; fDesc[19] = "and to use. Updates automatically over Internet. New! Windows Vista (32-bit) support!"; fDesc[20] = "Microsoft Expression Web. This was released during October 2007 in Microsoft’s bulletin; it comprises all the information needed on the security update."; 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 = '...'; } }