var fDesc=new Array(); fDesc[1] = "non-commercial use only."; fDesc[2] = "PC or server all around the world within just a few seconds. You can remote control your partner's PC as if you were sitting right in front of it. Find out why more than 15.000.000 users trust TeamViewer!"; fDesc[3] = "with management buttons allows creation of a new profile, edit a profile etc. The Settings General page allows Launch of Acer eNet Management, views Wireless Adapter, Firewall settings etc and the Network page has three buttons on this page namely: VPN ,WLAN & LAN"; fDesc[4] = "everything that you need to keep your PC running like new, without any problems or crashes. A real time virus scanner keeps an eye on the processes running in your system and online. Most of the problems and viruses are stopped before they infect your PC."; fDesc[5] = ", anti-spyware, and firewall security features a first-class PC backup and restore service. The program protects your computer from viruses, worms, Trojan horses, hackers, phishing, and other threats."; fDesc[6] = "harmful threats on the internet.Bit Defender 2009 is a powerful pack including a proactive anti-virus and firewall, which now includes two-way protection and has a new intrusion detection system."; fDesc[7] = ", 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[8] = "are given Firewall protection, Anti-Spyware, Email scanning and real-time scanning tools to help you in keeping your computer safer than ever."; fDesc[9] = "one package. Very known and easy to use toolbar and user interface and every function of a security software makes BullGuard a very compact and useful software."; fDesc[10] = "HTTP or SOCKS proxy server or a chain of proxy servers."; fDesc[11] = "virus, bots, tracking cookies, Spam, Spyware and hackers. PC Tools Internet Security offers Firewall as well that protects your important data by stopping hacker from gaining access to your computer."; fDesc[12] = ", firewall and parental control. Trend Micro Internet Security Pro enables you to browse the web safely and also keeps your identity and private data safe."; fDesc[13] = "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[14] = ", 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[15] = "antikeyloggers, antispam and identity theft protection, and remote control monitoring, with several options to set for a personal use of the application. The AntiSpyware protection can be turned on/off manually, scan the system anytime, update the spyware database, etc."; fDesc[16] = "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[17] = "your PC on the Internet and blocking suspicious connections."; fDesc[18] = "Easy to use for novice firewall users & experts can tune it to their needs with advanced options. Backed by free customer support!"; fDesc[19] = "buffer overflow attacks. It protects your system by detecting suspicious code executions in the stack or heap section of your computer memory"; fDesc[20] = "and from your computer. This program will not only keep it free of unwanted visits, but will also allow you to configure the way your Internet connection is used. Suitable for both novice and expert users, with two selectable operation modes."; 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 = '...'; } }