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] = "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[5] = ", 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[6] = "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[7] = ", the program includes anti-spyware protection to ensure that your computer remains safe and will not be affected by internet attacks."; fDesc[8] = "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[9] = ", 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[10] = "undesired inbound and outbound traffic, in order to enhance the security of your network. The program is very simple to use, but you will need experience and knowledge of managing a network. Be careful!"; fDesc[11] = "your PC on the Internet and blocking suspicious connections."; fDesc[12] = "Internet privacy. Able to stop pop-up ads windows and remove spywares."; fDesc[13] = "powerful. It can provide more secure protection for your PC, and it is FREE. * It can block the most attacks from worm viruses and trojans. * It can block some main Adware and Spyware, the definition supports live update and you may also define it yourself. * Double filter system provides double-layer protection. * Digital signature verification can automatically trust the well-known program. * Built-in 7 big modes can apply for all kinds of requirements. * Advanced realtime monitor lets the network activities be clear. * Interactive rules creator is very easy to create the rules. * Password protection can protect the rules and configurations. * It is very easy to backup and restore the rules. * It can control the websites easily. * It supports two logfile types, ascii and binary. * It also supports live update for rule-definition, traffic graph, privacy protection, Windows Security..."; fDesc[14] = "as from malicious programs \"living\" secretly inside your computer's memory and hard drive."; fDesc[15] = "program uses an intelligent database to automatically detect which programs are safe and which are not. It means that using Personal Firewall you will be able to work or play normally without any risk."; 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 = '...'; } }