var fDesc=new Array(); fDesc[0] = "As you know, once you have deleted a file or folder, it still could be recovered very easily even if you have emptied the Recycle Bin. To prevent the recovery of deleted files, you should physically replace the contents of deleted files by any data. Of course, this is done by using special programs, not manually.
How to prevent the recovery of deleted files?

There are two types of the programs that can wipe previously deleted files without any chance for them to be recovered (even using special recovery tools). The first type of such programs will overwrite the entire free disk space on your hard disk (we call it a 'blind mode'). They usually work for 3-10 hours, carefully destroying all possible remainders of deleted files' data. The second type of those programs will securely erase only selected files within a much shorter time--usually a few minutes--providing the same level of security. Our program belongs to the second type, and we are confident that it's the best type.
FREE program Secure File Deleter

This free tool will permanently wipe the contents of deleted files so that nobody would be able to recover them even using special tools. The contents of deleted files will be overwritten using random data; you can choose many security algorithms for data destruction. The program can write a combination of ones and zeroes or any characters onto any sector of your hard drive. We designed a simple user-friendly interface, but the program is very professional and powerful; it's full of valuable security features. With this program, there is no need to overwrite the entire free disk space, which usually takes many hours; everything will be done very quickly. The program was developed in partnership with the Center for Magnetic Recording Research of the University of California, San Diego."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }