var fDesc=new Array(); fDesc[1] = "Firefox 3. This changes were made to improve stability and web compatibility, provide user interface enhancements, and speed. Firefox 3 now includes support to resume downloads, and a better download manager. Its general appearance has been slightly improved, with some new icons."; fDesc[2] = "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[3] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this."; fDesc[4] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth."; fDesc[5] = "mail servers. Is the ultimate antiviruses and antispyware used for home and enterprises. Gives the user the protection needed to keep their valued data safe."; fDesc[6] = "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[7] = "non-commercial use only."; fDesc[8] = "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[9] = ", 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[10] = "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[11] = "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[12] = "gives you a simple solution to maintain your anonymity and protect your privacy when accessing wi-fi hotspots."; fDesc[13] = "to apply skins and includes the XP enhancement tool to optimize downloads.Flashget is more than a download tool. It also acts as a bit torrent client with batch file download facility."; 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] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms."; fDesc[16] = "security to nodes which are susceptible to various virus attacks.Having the LiveUpdate makes it the best updated antivirus in defence of the various new viruses being invented every week."; fDesc[17] = "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[18] = ", secure digital card, thumb drive, pen drive, removable storage, ipod, and more."; fDesc[19] = "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[20] = "Security... that won?t slow you down!"; 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 = '...'; } }