var fDesc=new Array(); fDesc[1] = "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[2] = "any significant changes, except, perhaps, a couple of bug fixes from the previous entry in the franchise and some improvements in the voice calling system."; fDesc[3] = "preserving privacy on P2P networking. PeerGuardian 2 is Open Source code, so the program code is available online for anyone who wants to see it or edit it."; fDesc[4] = "one has their own features, and the Standard one has just few features less, but still a good one! You will have a period of 30 days to try the version, (Pro), when this period of time is over you are still going to have the standard version for free."; fDesc[5] = "includes common features in the programs of control of most parents, as the search for restrictions, blocking Web content filtering and Web monitoring reports of the activity."; fDesc[6] = "Pages are loaded correctly and faster, is a wonderful tool, well thought and has better performance than other browsers."; fDesc[7] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc."; fDesc[8] = "resources consumption, it leaves us navigate quick and safely, free from the annoying advertisements, banners, pop-up ads and flying, and so on."; fDesc[9] = "product is designed for a local network. It e-mails or exports chat logs by only indicating the IP address you wish to monitor. If you set it, the program also can block any chat conversation or use passwords and hotkeys protection."; fDesc[10] = "install Norton 360 or Norton Internet Security 2008 to use this Add-on. Norton Add-on 2.1 integrates the Norton Internet Security to give you complete independence to surf the web and keep your children away from adult sites and other mature items."; fDesc[11] = "ISP. Supposedly, by caching images and filtering advertisements, your connection is freeing itself from the strain overloading them. MyProxy will manage all the requests that your computer makes to the outside of your home network."; fDesc[12] = "kids from spending hours in chat rooms or remove undesired websites from their view. Software access and uninstall password protected."; fDesc[13] = "aggressive pop-up blocker."; fDesc[14] = "that are attached to your incoming messages. Sometimes it’s not very useful. AttachmentSecurity is a small application that was developed for editing the Microsoft Outlook default blocking list. You can allow receiving files with required extensions."; fDesc[15] = "any website. Such pop-up windows usually have advertising content and are really annoying. If you are sick of them you might find Advanced Popup Killer very useful. This small application was developed for blocking unwanted pop-up windows."; 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 = '...'; } }