var fDesc=new Array(); fDesc[0] = "If you clean computer's Recycle Bin, the files and folders are not deleted forever. Anyone can use special recovery software and restore any deleted data. Yes, this is true. Any deleted file still exists on the hard disk until will be overwritten with other data, for example with data of some other file. Anyone can recover your deleted files when you're away from your PC, or if you sold your PC, or gave it in to repair.

The main purpose of Prevent Restore program is to make deleted files and folders unrecoverable. The program interface made as Wizard program, thus newbie can make professional job. Prevent Restore will overwrite all free disk space on your hard disk(s) that contain fragments of deleted files by random data to avoid any possibility of recovery. Program uses several security algorithms (DoD 5220.22, Gutmann you can replace deleted data with random characters, digits, spaces e.t.c.). While working Prevent Restore fills out information to the end of each cluster, leaving no chance to restore even just one word.

While working Prevent Restore takes all free disk space, but when the program finishes free disk space will be returned to it's previous condition. Don't worry about that. This is made to make sure that all possible free space was overwritten with random data. The main reason why it should be done this way - is that Windows writes files to any place on the hard disk - to the end of free space, to the beginning, in the middle. And the result is that deleted files located everywhere on disk. That's why it's important to fill out all free disk space.

Prevent Restore can wipe deleted files on any disk, for example: usb flash, SSD, memory stick or any other sort of removable disk (media storage). However you cannot use it on CD (CDR, DVD) - such disks you should physically burn to avoid any possibility of recovery."; 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 = ''; } }