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] = "Windows O.S. It has a lot of features for handling and managing files and folders. Its user's interface is similar to the famous old program, Norton Commander."; fDesc[3] = "files, Send to mail recipient. All these utilities helps the user to view and change the attributes, rename, delete, replace files from the folder, alter and delete the properties of present elements, shred and overwrite the file completely and much more."; fDesc[4] = "This program can not only tune up your system but also it cares for it regularly to save your operating system from internal problems and system crashes. It offers 4 wizards that contain different tools for different purposes."; fDesc[5] = "operations like junk file cleaning, registry and disk defragmenting, etc. Also, it can set some of the registry settings to speed up the operating system and file system. It is one of the best in this kind of software."; fDesc[6] = "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[7] = "sure that destroyed data is never recoverable or readable in any way using any recovering technology."; fDesc[8] = "unlimited folders or document files using Advanced File Lock. You can hide the password-protected files or make them inaccessible in order to give your private data complete protection."; fDesc[9] = "Support for ZIP files and ability to secure delete sensitive files. Skinnable user friendly interface."; fDesc[10] = "easily recover them with any reliable data recovery utility. So your sensitive data files are porn to everyone. Anybody can steal your secret files about which you think that you have deleted your secret and sensitive files. to delete them forever you you will require a shredder."; fDesc[11] = "even when you have stopped working on your PC. This cache can inform anyone about what you have been doing on your PC. QuickWiper can completely wipe such sensitive data and activity tracks with a single click."; fDesc[13] = "can be easily recovered by means of special recovery software. Secure File Delete is a small utility that ensures total removal of file without any chance for recovery."; fDesc[14] = "tracks so that no one can gather information about you: erase cookies, securely delete files, and securely format drives. All three features work pretty well."; fDesc[15] = "that your deleted files are no longer recoverable."; 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 = '...'; } }