var fDesc=new Array(); fDesc[1] = "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[2] = "standards), Popular (used by many tools), Tested and Reliable (it has been available for years), easy to use for the final user (windows installer), Multi-platform (Windows NT/2000/XP/2003), commercial support in the website of CACE Technologies."; fDesc[3] = "computer versus spyware, keyloggers, hijackers,adware or trojans that cause problems and malfunction of your environment. It remains in memory and acts just when the malware appears."; fDesc[4] = "in order to analyze network problems, detect intrusion attempts, Monitor usage, collect statistics, filter content from network traffic, debug communications. Ethereal changed it's name to Wireshark."; fDesc[5] = "that could harm or slow down your PC. Sunbelt Personal Firewall lists the applications that generate traffic (incoming or outgoing) and you’re able to permit or deny this traffic. at is generating to allow or block this application."; fDesc[6] = "offers Firewall, Virus and Spyware Scan, Email Scanning, Intrusion Prevention and Schedule scan. Norton 360 is a complete package of security which saves your computer from virus as well phishing protection warns you against fraudulent sites and enable you to browse the web more easily and safely."; fDesc[9] = "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[10] = "networks of any size. The LANsurveyor map provides a graphical interface so you can manage your network from anywhere on the network."; fDesc[11] = "adware, malware, attacks from the Internet, from the e-mail or external devices, such as removable USB sticks, etc. We can control the applications connecting to the internet, remote laptops connecting to our network; prevent hackers’ intrusion, etc."; fDesc[12] = "supplementary to your anti-virus, anti-spyware and personal firewall as it blocks unknown treats missed by those solutions."; fDesc[13] = "signature-less, zero-hour protection from known or new spyware, viruses, hacking techniques and other intrusions on Windows desktops and servers. Privatefirewall 5.0 is comprised of several distinct protection layers including desktop firewall, port manager, URL filtering, process monitor, and application/system behavior modeling and anomaly detection components. Privatefirewall 5.0 evaluates WinAPI calls and analyzes a comprehensive list of system variables and security-sensitive registry keys and alerts administrators to possible malware, attack, or policy violations. Privatefirewall 5.0?s layered approach to PC and enterprise endpoint defense addresses the Windows vulnerabilities that hackers exploit to gain unauthorized system access and cause damage to private systems and data. Privatefirewall 5.0 models and monitors system behavior to identify and block activity characteristic of..."; fDesc[14] = "malware and rootkits."; fDesc[15] = "illegal data packages and scans for possible trojans and viruses."; 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 = '...'; } }