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] = "and quarantine the infected files for immediate protection. This incredible program offers a complete PC scanning, including running processes, registry entries, files and folders."; fDesc[3] = "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[4] = ", protected, and keep it far away from external attacks, such as viruses, Trojans, adware, malware, spyware and all types of unsolicited activities while connected to the Internet both at work and at home."; fDesc[5] = "websites. Its powerful anti-phishing technology analysis all the websites you visit and alerts you if the site intends to steal your personal information."; fDesc[6] = "Explorer ActiveX control that is used to implement this option. One advantage is that you get zero pop-ups. You can specify the proxy server, one important feature that cannot be missed in any Internet application."; fDesc[7] = "against the intrusive and malicious spyware that threaten your PC and your privacy. his incredible program stablishes a safeguard that automatically detects a potentially unwanted application and alerts you of the threat and providing you with effective blocking options."; fDesc[8] = "spyware program that is easy to install and use. SPYWAREfighter is your protection against spyware, adware and other unwanted software."; fDesc[9] = "& folders for Spyware, Adware, Spybots, Malware, Spy Pop-ups, Keyloggers, and Unwanted Toolbars!"; fDesc[10] = "Stopper Professional blocks, or quickly closes, pop-up and pop-under ads in ALL browsers, including FireFox, AOL, MSN, Netscape, Internet Explorer & more!"; fDesc[11] = "not block all the publicity. For a life without digital advertising, opting for IE AdBlock, is an extension simple and compatible with IE7, in addition to eliminating totally free advertising on our Internet surfing by allowing you to visit Web sites without any hassle."; fDesc[13] = "claims to have a better body than Britney Spears. Take a look at this screen saver and you be the judge! Watch i"; fDesc[14] = "ads without a blocker. Now you can easily choose the ones to display. Simple to use, easy to install."; fDesc[15] = "pop-up windows and enhance your Web surf experience. Kill unexpected pop-up windows and protect your privacy."; 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 = '...'; } }