var fDesc=new Array(); fDesc[1] = "shall get a lot of services from windows live. It is a free service created by Microsoft. But there are many features that you will need to pay for like the Windows Live Call, which is something like Skype."; fDesc[2] = "use. With this free edition you can only get the basic protection, which includes (just to mention some) protection against viruses, spyware, adware and Trojans. Protects in real time against corrupt web pages."; fDesc[3] = "non-commercial use only."; fDesc[4] = "demand” software, so users must direct the application to look for threats. Norton Security Scan has an updating feature as well as the capability to detect and erase most known threats."; fDesc[5] = "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[6] = ", 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[7] = "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[8] = "technology generation of virus recognition. Ad-Aware SE Personal protects your system against malicious programs, identifies and removes spyware and makes a fast scanning."; fDesc[9] = "maximum performance. Scanning process finds and removes in a safe manner the following malicious software (Malware): Trojan Horses, Dialers, Worms, Spyware, and Adware."; fDesc[10] = "programs are not able to detect or remove these types of viruses, but Trojan Remover will explore your computer for trojans and other intruders with similar purposes."; fDesc[11] = ", 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[12] = "against viruses, worms, trojans and other malicious processes trying to run on your system. Keep you PC clean and secure with a-squared Anti-Malware."; fDesc[13] = "Networking Spybot - Search & Destroy, TrendMicro CWShredder, JavaCool Software SpywareBlaster, Ewido Micro Scanner or demos, like Eset NOD32 antivirus system, Webroot Spy Sweeper, PC tools Spyware doctor, McAfee VirusScan SuperDAT, SunBelt CounterSpy."; fDesc[14] = "of your PC in just five steps. Magic Speed is a PC cleaning wizard, which can helps you to take advantage of your hard drive space, and your overall computer's potential."; fDesc[15] = "blocker, scheduling & more. It?s easy to use; doesn?t slow down your PC and is free for life to the end user"; 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 = '...'; } }