var fDesc=new Array(); fDesc[1] = "Program often can not completely uninstall some applications and broken registry keys. Revo Uninstaller is a better and easier way for you to completely uninstall any unneeded application that standard Windows Add/Remove Program can't remove."; fDesc[2] = "remote computer is a linux/unix machine. It offers file manager functionality. It uses Secure Shell (SSH) and supports legacy SCP protocol. The graphical user interface is more like windows explorer, with drag&drop capabilities and icons."; fDesc[3] = "password to prevent unauthorized access. The user interface is as easy as 123. Just create a new locker, set your password and drag any file or folder to encrypt. Multiple users can use the program by creating multiple lockers on the same computer."; fDesc[4] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface."; fDesc[5] = "patterns. Works with Windows 95, 98, ME, NT, 2000, XP, Vista, Windows 2003 Server and DOS. Eraser is Free software and its source code is released under GNU General Public License. The patterns used for overwriting are based on Peter Gutmann's paper \\"Secure Deletion of Data from Magnetic and Solid-State Memory\\" and they are selected to effectively remove magnetic remnants from the hard drive. Other methods include the one defined in the National Industrial Security Program Operating Manual of the US Department of Defence and overwriting with pseudorandom data. You can also define your own overwriting methods. Chip Magazine Logo Winner of Chip Magazine's BEST FILE SHREDDER AWARD Press Cover Features Getting Started Erase files and folders securely."; fDesc[6] = "stored in their computer, being tracked. Anti Tracks is an excellent software tool which saves users from such threats. With this tool, users can remove the unnecessary files which are automatically stored when visiting various sites."; fDesc[7] = "creates many temporary files and images in your system folders. These temporary files are not removed after you close that web page. Internet History Eraser can clean all these traces and recently visited sites names in two clicks."; fDesc[8] = "tracks, computer activities and programs history information stored in many files and places that aren?t obvious on your computer."; fDesc[9] = "RECOVERED. The program uses either fast or secure erase algorithms."; fDesc[10] = "'secure erase', support for Plugins and a function to randomize Cookie data. Does not require a reboot. Now suppports VISTA."; fDesc[11] = "FireFox, I.E. and Windows. It lets you easily protect the Cookies you want to keep and quickly delete the rest. Now suppports VISTA."; fDesc[12] = "you overwrite files anyone can recover them using special hardware & software technology. Use Wipe Expert to delete files forever."; fDesc[14] = ", Windows keeps track of your activities on the computer, when you are connected to the Internet, the web browser you are using leaves many traces of your activity on the Internet, even software you use also leaves traces. All these traces after your work on the computer might be used by other people against you. Therefore Advanced Tracks Cleaner is a protection tool that helps you solve this problem. Advanced Tracks Cleaner erases any traces of Windows previous activities and of your activities on the Internet by cleaning cache of your browser, cookies, history, showed URLs, index.dat file and many others, it supports such browsers as (Microsoft Internet Explorer, Netscape, Mozilla, FireFox, Opera). Advanced Tracks Cleaner has an in-built search function for unneeded files on your hard drive. Advanced Tracks Cleaner protects you and your hard drive and makes sure your system is clean..."; fDesc[15] = "is specifically designed to eliminate data that is no longer needed and should not be recovered by anyone else"; 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 = '...'; } }