var fDesc=new Array(); fDesc[1] = "uses industry standard IP protocols to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers."; fDesc[2] = "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[3] = "know instantly whether their computer's virus, spyware, e-mail, and firewall protection services are up-to-date. It combines a set of must-have security services with simplified access to McAfee´s security products."; fDesc[4] = "advanced users. The program features a simple and intuitive Explorer style interface that shows the local and remote folders in a clear way and allows you to customize them the way your want."; fDesc[5] = "The program creates a security wall on every side of your operating system using it’s powerful Firewall, Antispam module and Antispyware and provides complete protection from every source of virus."; 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] = "unwanted and unauthorized access through internet or a network. PC Tools Firewall Plus monitors every application running 24x7 and saves your computer from trojan horses, keyloggers and other malware. You can manually set access for an application."; fDesc[8] = "browser settings on the client computer. It give the possibility to test the availability of ISA Server and print out of Firewall client configuration settings. This enables you to create a firewall policy in the organization."; fDesc[9] = "or going out. Every time a data packet is transfered the Firewall detects it and alert the user to block or allow that traffic, for intruders detections. The user can allow specific applications to \"trade\" with networks and they will never be blocked."; fDesc[10] = "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[11] = ", the program includes anti-spyware protection to ensure that your computer remains safe and will not be affected by internet attacks."; fDesc[12] = ", 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[13] = "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[14] = "by Cable or DSL from threats and hackers. It includes four security services such as: Firewall, Application control, Internet lock, and Zones control."; fDesc[15] = "This self-explanatory lightweight tool protects you against unwanted programs self-installing in your computer through your network connection. It also warns you about malicious viruses and other attacks from the Internet, as well as about programs trying to send out information about your system."; 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 = '...'; } }