var fDesc=new Array(); fDesc[1] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms."; fDesc[2] = "secure and customize your mail. The program features many new enhancements to help you better manage your inbox, and keep your vital information organized."; fDesc[3] = ", e-mail and web sites. 2- System Security by monitoring all activity in our PC, 3- Online Security against internet fraud and network attacks."; fDesc[4] = "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[5] = "clean thousands of malwares, adwares, keyloggers, trojan horses, pybots and rootkits in seconds. This award winning application is designed while keeping the novice in mind, so no skills are required to use it."; fDesc[6] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms. It also protects your computer against hackers and blocks identity theft by phishing websites."; fDesc[7] = "communication, files, etc., providing a comprehensive protection against malware, e-mail, viruses, phishing,malicious contents, spywares, spam,hijackers, threats and all kind of attacks on-line."; fDesc[8] = ", phishing, adware, spyware, bots and drive-by downloads. Includes: AntiVirus, AntiAdware, AntiSpyware, AntiPhishing, AntiRootkit, EmailScanner, WebGuard."; fDesc[9] = ", 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[10] = "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[11] = "that rely on the virus and malware protection. The Suite offers complete security and peace of mind."; fDesc[12] = "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[13] = "to defend everyone within the community against phishing frauds. Once the first recipients of a phishing mail have reported the target URL, it is blocked for community members as they subsequently access the URL. Widely disseminated attacks (people constructing phishing attacks send literally millions of electronic mails in the expectation that some will reach customers of the bank) simply mean that the phishing attack will be reported and blocked sooner. Features: Traps suspicious URLs containing characters which have no common purpose other than to deceive. Enforces display of browser navigational controls (toolbar & address bar) in all windows, to defend against pop up windows which attempt to hide the navigational controls. Clearly displays sites' hosting location, including country, helping you to evaluate fraudulent urls (e.g. the real citibank.com or barclays.co.uk sites are..."; fDesc[14] = "for protection against hackers, and Anti Phishing utility to blcok \"sppofed \" spam email.Supports Multi languages."; fDesc[15] = "P2P client integration. When getting started you have the option as storing Deepnet Explorer (DE) as your default browser. It has the same basic features as other browsers but offers some extras like the control panel that allows quick access to the web, the news, or P2P."; 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 = '...'; } }