var fDesc=new Array(); fDesc[0] = "Auslogics File Recovery lets you recover deleted files from selected folders, partitions, or entire hard disks. Before scanning, you can specify the type of files such as pictures, music, video, documents, and software applications. This program can locate information about your hard disk that makes it possible to recover files from a lost partition, even after it gets reallocated or quick-formatted.

Auslogics File Recovery also features a File Shredder tool that can securely delete selected files from your computer, so that no one can recover them."; 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 = ''; } }