var fDesc=new Array(); fDesc[1] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system."; fDesc[2] = "without your knowledge. WinPatrol was the pioneer in using a heuristic behavioral approach to detecting attacks and violations of your computing environment. It continues to be one of the most powerful system monitors while staying a single small program. As a robust SECURITY MONITOR , WinPatrol will alert you to hijackings, malware attacks and critical changes made to your computer without your permission. As a MULTI PURPOSE SUPPORT UTILITY WinPatrol replaces multiple system utilities with its enhanced functionality."; fDesc[3] = "all the processes running in our computer. It has never been so easy to detect suspected items, enable, disable, remove, or put them in quarantine. We are also allowed to view the security risk for each running process, CPU usage and more."; fDesc[4] = "ability is basically to look up for errors in the system registry, kind of an important part of your system. Professional tool for only 24,95 dollars"; fDesc[5] = "of course you can enable or disable any program to run at startup or not. But you can also add new programs to run at startup. It gives you the full capability to edit any listed program."; fDesc[6] = "with your window and stay in windows system tray after installation to protect your system from unwanted dangerous programs to start automatically. Startup Defender monitors your system in real time and prevents any program to sit in your startup list."; fDesc[7] = "author´s web page on www.windowsstartup.com for information on more than 4900 programs that can be run at your Windows startup process, whether a program is necessary to the system, or the program is a spyware."; fDesc[8] = "appear in the Windows Startup folder! Improve your PC performance!"; fDesc[9] = "optimize our computer's overall performance and security. It features a user-friendly interface, which provides comprehensive information on our network traffic, CPU usage, and Memory usage, items on Windows startup, opened applications, running processes, services, and log report."; fDesc[10] = "StartUp Tuner 2 will detect even those that do not want to be found and will give you the chance to deactivate their auto-start entry, or uninstall the whole program if you wish."; fDesc[11] = "themselves to run at Windows startup. This program comes in two versions: one for 32 bits operating systems and one for 64 bits operating systems. The System Requirements for both versions are a Pentium-class processor or better."; fDesc[12] = "more efficient. This incredible program classifies all of your programs that are executed at startup as system programs, or suspicious applications that could be viruses, and the programs that are not needed for startup."; fDesc[13] = ", error-free and more efficient. This incredible program classifies all of your programs that are executed at startup as system programs, or suspicious applications that could be viruses, and the programs that are not needed for startup"; fDesc[14] = "These programs include the ones in your startup folder, Run, RunOnce (programs configured to run only once, like a setup program), and other Registry keys. It also has the feature of showing Explorer shell extensions, BHOs and much more. This is a really great program."; fDesc[15] = "the items of our Windows’ Startup and let us decide what to do with them. It also provides detailed information on each item."; 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 = '...'; } }