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] = "files from NTFS/NTFS5 and FAT12/FAT16/FAT32 files systems at high speed. It allows you to recover accidentally deleted files or folders, permanently deleted files using the keys Shift + Delete, among others."; fDesc[3] = ", including your financial information and sensitive business documents. Protect yourself! Free to try."; fDesc[4] = "data. This application scans your files and deletes stored private information to protect your privacy. In its free scan version some features are disabled."; fDesc[5] = "all your temporarily files? Well, this one is the solution of your request. Let’s explain something short about what does your browser do when you navigate, it generates temporarily files such as: cookies, cache, history, addresses bar, index.dat, auto and so on."; fDesc[6] = "files are from a malware infection or just any particular file that won't delete, it can eliminate it. The software uses state-of-the-art programming techniques to unload modules, close remote handles, and terminate processes to take away the particular locked file."; fDesc[7] = "applications has a marker is because everyone wants to have some privacy. And the way computers are designed does not precisely allow for that. The files that get deleted on an OS are not entirely deleted and can be recovered quite easily."; fDesc[8] = "securely wipes all drive data before selling, donating or recycling your PC. It restores your drives to like-new after virus or spyward damage. Not only wipes PC drives but also connect to your UPnPNetwork and palyback Media files."; fDesc[9] = "take quick snapshots of individual web pages and saves the content in the original file format, allowing you to open them with associated applications or online tools such as newsreaders, e-mail clients, etc."; fDesc[10] = "how it feels, and you know that it feels really bad. Everybody has been there sometime and that’s why applications like this exist. Recover Lost Data provides you with the ability to get back those accidentally deleted files searching them from a search criterion you define."; fDesc[11] = "applications from auto-starting that you do not need. But if you still have a lot of garbage in the registry that is slowing down PC operations, it is because the MSConfig tool hasn’t permanently deleted the items from the registry."; fDesc[12] = "and cookies in an easy way. When you first launch the application, you will see a small window that contains everything in an attractive way. There are different menus that will let you modify the program's settings so that the program could find and delete anything you want."; fDesc[13] = "engine. This utility can permanently remove any type of file, folders and also can delete your Internet Explorer and Firefox cookies, history, temporary and cache files. XL Delete works on Windows 2000, Windows XP (including x64), Windows Server 2003 (including x64), and Windows Vista platforms."; fDesc[14] = "this number can be increased by adding new ones. There are two ways to delete a file/folder permanently. Delete Files Permanently runs on Windows 98/ME/2000/2003/ XP/ Vista platforms."; fDesc[15] = "from the user hard drive. This application features a variety of shredding algorithms, which protects the user's privacy by completely removing the selected files so that no file recovery software available in the market can recover them."; 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 = '...'; } }