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] = "is simple yet powerful: it analyzes your Windows Registry and configuration/startup files, showing you a list of \"suspicious\" results. But applying the fixes is up to you...read each item carefully before fixing anything!"; fDesc[3] = "card, removable drives, floppy disks, etc. These files (or folders) stay in the system once they are deleted because of accidental actions, formatting, Windows reinstallation, hard disk failure, empty the Recycle Bin, partition errors, by mistake, etc."; fDesc[4] = "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[5] = "that were installed on a Windows XP operating system. This tool is being provided to tech support as a preliminary test & repair step prior to doing an OS re-install, preventing unnecessary re-installations where driver issues must be resolved."; fDesc[6] = "Windows registry before and after some set of operations have taken place, It saves a snapshot of registry before and after the operations and then displays the difference neatly in a text file for you to compare and analyze ."; fDesc[7] = "a lot of great mathematical and conversion functions which are not easy to find all in one program.You can choose from three types of calculators: the standard, scientific and the conversion calculator."; fDesc[8] = "diverse information about the hardware and software installed on your system. As expected from a free version, this version is limited for personal use, which mean that can´t be used for commercial reports and doesn´t have any kind of tech support."; fDesc[9] = "your friends on Yahoo!, icq and AOL. You don't have to start those applications anymore if you are on Paltalk and have the Messenger Interop application downloaded. Simply click on an icon of Yahoo, icq or AOL, log on and start chatting with your friends on those messengers."; fDesc[10] = "windows explorer file copy/move and adds many features for a better control and manage of your copies/moves. It has a GUI easy and friendly to the user. Its installation process is easy to perform. SuperCopier runs on Windows 95/98/Millenium/NT4/20 00/XP/2003Server platforms."; fDesc[11] = ", hibernation, suspention, or shutdown in very few steps. It is also a tool which enables you to clean up the PC every time the shutdown is carried out."; fDesc[12] = "you a lot more to know about your network activity and connectivity. With this utility you will be able to know all those hidden activity on your network which you can’t see with your eyes currently. FirelogXP is actually a Log file reader."; fDesc[13] = "OutputDebugString (Windows Debug API) and TRACE (MS Visual C++ Debug Macro) output as well."; 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 = '...'; } }