var fDesc=new Array(); fDesc[1] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield."; fDesc[2] = "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[3] = "non-commercial use only."; fDesc[4] = "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[5] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms."; fDesc[6] = "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[7] = "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[8] = "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[9] = "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[10] = "files with other users in the fastest way via Gnutella network. We can share all types of files, including audio, video, programs, images, documents, etc."; fDesc[11] = "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[12] = "search for audio, video, images, documents, programs and other file types and optimize your network bandwidth for quicker, easier and safer downloads."; fDesc[13] = "malware intended for notebooks, desktops and servers. It integrates without problems essential security technologies in a single management console, this increases protection and lowers the total cost of ownership."; fDesc[14] = "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[15] = "browser, or you can search files directly through the client. It´s highly recommended to start your downloads from well known sites, to avoid fakes. Since anyone can upload files in a P2P network, some people likes to pretend that a file is something that is really not."; fDesc[16] = "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[17] = "inside gmailInstaller.exe which is a 292kb file certified by google.com. It is compatible with the operating systems Windows 2000 and Windows Xp."; fDesc[18] = "Anti-spam, Firewall protection and online threats protection using the all new DNA scan feature. You can use the schedule scan and native boot scan to heal viruses that works in your system shell."; fDesc[19] = "Internet without restrictions or limits. The client is completely free of advertisements and has a nice, easy to use interface."; fDesc[20] = ", 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."; 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 = '...'; } }