var fDesc=new Array(); fDesc[1] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up."; fDesc[2] = ", rootkits, trojans, worms and malware in general, in all folders,diretories and all kind of files. The user can select the way of updating, the scan to be performed, the scanning schedule, and the paths to be scanned."; fDesc[3] = "award-winning Real-Time protection. Features include Pop-up Blocker, Phishing protection, Hi-jack killer & much more. Download STOPzilla now."; fDesc[4] = "spyware threats.It upgrades computer system performance and creating a secure computer that runs reliably."; fDesc[5] = "& folders for Spyware, Adware, Spybots, Malware, Spy Pop-ups, Keyloggers, and Unwanted Toolbars!"; fDesc[6] = "without a trace, eliminate spyware, avoid viruses and worms, test games or trialware, undo malicious or unwanted system changes."; fDesc[7] = "anti-spyware software provides the best spyware and adware protection available. Scan your PC now for FREE and see for yourself if your PC is infected!"; fDesc[9] = ", adware, keyloggers, hidden dialers, browser hijackers, and other malicious programs."; fDesc[10] = ", spybots, malware and tracking threats from your PC. Provides real time protection."; fDesc[11] = "spyware remover. Prevention is always better than treatment."; fDesc[12] = "detect and wipe out all kind of threats like trojans, spyware, adware or piracy tools. You can try PestPatrol with a trial licence key for one year."; fDesc[13] = ", spyware, adware, keyloggers andf others. It also provides many tools that allow you to detect and remove already installed malware."; fDesc[14] = "an effective blocking barrier against such damaging software. The program is vey light and easy to use, as well as powerful."; fDesc[15] = "spyware, adware, Trojan horses, keyloggers, and trackware components, sources of irritation that many antivirus products do not deal with."; 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 = '...'; } }