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] = "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[3] = "PC from numerous threats. The application is free, easy to use and, in a few minutes, will make your computer run much better. It scans your system searching for potential issues with your shortcuts, spyware, registry, and start up programs, and then enables you to clean them up."; fDesc[4] = ", including your financial information and sensitive business documents. Protect yourself! Free to try."; fDesc[5] = "Media, Office, etc. Your browser's capabilities to delete temporary files is not really as good as you think; erase any trace from the hard drive and keep personal data and private information safe from hackers or other users."; fDesc[6] = "in the form of cache, unused setup files and lost file fragments etc. It has an automatic and manual mode for execution. Manual mode is for experienced users to analyze and select the files for deletion while automatic does it without any user intervention."; fDesc[7] = "unrecoverable. Secure Eraser offers five security levels that can overwrite your data up to 35 times and make sure that it becomes unrecoverable and inaccessible."; fDesc[8] = "files. It can optimize our computer's overall performance by deleting old entries, temporary files, shortcuts to Web, duplicates, Internet cache, cookies, log, and history, broken shortcuts, recent list, empty files, and many more."; fDesc[9] = "Finder, Empty Folder Finder, Duplicate File Finder, Drive Cleaner, Privacy Protector (File shredder), Drive Wiper and Remove Programs. The program can be installed in Portuguese, German, French, Spanish, English and Polish."; fDesc[10] = "engine to quicky scan your PC for deleted files and get the files back to life."; fDesc[11] = "possible for people who want to use that information to recover it with the help of certain tools. Zilla Data Nuker helps you destroy and make it impossible to recover that information."; fDesc[12] = "recovering all types of files like documents, applications, media files etc."; fDesc[13] = "deleted files and folders from the PC. With intuitive graphical interface, this piece of software is very easy to work with. It is able to remove files and folders from hard drives and flash drives alike."; fDesc[14] = "drive and safeguards the computer privacy. If you wipe already deleted files with NT Data Wiper, they cant be restored by any recovery tools."; fDesc[15] = "previously deleted files on your hard drive. Shred Files, Folders, Recycle bin, drag & shred, DoD conform. Shred locked files & more."; 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 = '...'; } }