var fDesc=new Array(); fDesc[0] = "Permadelete is a free and open source file shredder, it deletes your files beyond recovery. It's made to be beautiful and easy to use and yet powerful.

When a file is deleted, only a reference to the location of the file is deleted. In other words, the file system just forgets about the existence of the file. But the actual data, the 0s and 1s, still remain on the disk. They will eventually be replaced by other files and data, but this can take a long long time and during this time recovery software can be used to recover the deleted files. But file shredding apps like Permadelete make sure the files you delete cant be recovered."; 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 = ''; } }