var fDesc=new Array(); fDesc[1] = "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[2] = "just have to drag web address from your browser and drop it in the program's basket, and it automatically downloads all the files."; fDesc[3] = "saturated your personal computer with spyware, publicity and unwanted software. Microsoft Windows Defender (actually known as Microsoft Windows Antispyware) is a security tool that helps protect you from spyware and other potentially unwanted software."; fDesc[4] = "resources consumption, it leaves us navigate quick and safely, free from the annoying advertisements, banners, pop-up ads and flying, and so on."; fDesc[5] = "spyware program that is easy to install and use. SPYWAREfighter is your protection against spyware, adware and other unwanted software."; fDesc[6] = "Outlook, when you try to do certain things, a lot of pop-ups will tell you if you really wanted to do what you just clicked to do. Those are security measures to avoid unwanted access to your inbox, the spread of spam, and many other security threats."; fDesc[7] = "tool, now with added support for Mozilla, and new technology to block annoying Messenger Service and GAIN adserver desktop ads!"; fDesc[8] = "may appear mere advertisements, but on some occasions they are adware - anyways, they are annoying and steal a user’s bandwidth, or even lock the browser. So this lite program will ensure the user against this, and best of all it runs quietly in the system tray."; fDesc[9] = "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[10] = "will kill them even before they appear on the screen."; fDesc[11] = "information is required."; fDesc[12] = "list, Pop-ups Block list with keywords, Limit windows opened."; fDesc[13] = "manually or at windows startup or with your browser window startup. Instant Notification - Play one of many sounds."; fDesc[14] = "pop-under ads and will kill them even before they appear on the screen."; fDesc[15] = "Pop-Up Stopper Companion provides more efficient pop-up and pop-under blocking technology in an easy to use Internet Explorer toolbar"; 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 = '...'; } }