var fDesc=new Array(); fDesc[1] = "viruses, worms, Trojans and others. Keep in mind that there is not a 100% viruses program protection, you have to make your own precautions, like making Backups from your personal information. For security reasons save your information."; fDesc[2] = "magical wizard of its own and an easy-to-use educational tool to instruct you in accomplishing your more advanced networking goals."; fDesc[3] = "down your PC. Home network security management from a single location. BitDefender software can be remotely configured from other computers in the network , and tasks such as scans, backups tune-ups and updates can be scheduled to run during off-hours."; fDesc[4] = "5.01 ensures the security between host computer and gateway by checking that the MAC address from gateway to localhost and viceversa is correct."; fDesc[5] = ", 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[6] = "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[7] = "worry, Anti Trojan Elite is able to analyze, detect and remove all kinds of trojans and keyloggers from your PC. Anti Trojan Elite is the perfect complement together with your antivirus, because it's specially created to detect and destroy the popular Trojan virus, which are very destroyers."; fDesc[8] = "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[9] = "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."; fDesc[10] = "perform scan on predefined port ranges.The tool is designed with a user-friendly interface and is easy to use."; fDesc[11] = "ideal client for enterprises that are deploying identity-based (wired 802.1X) networking. Odyssey Client fully supports wired 802.1X connections, and saves time and effort by permitting one-time deployment of wireless and wired 802.1X access."; fDesc[12] = "possible vulnerabilities, checking network for all potential methods that a hacker might use to attack it and create a report of potential problems that were found."; fDesc[13] = "if one or more compatible NVIDIA or ATI video cards are installed."; fDesc[14] = "the asterisks. This could be a great tool but has three weak points. First, it's neither practical nor intuitive. Second, it has some bugs under Windows Vista. Third, it supports only Microsoft Internet Explorer."; fDesc[15] = "Security Task Manager shows you all active processes on the computers in your network. It detects all types of malware that other security software fail to recognize."; 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 = '...'; } }