var fDesc=new Array(); fDesc[0] = "Undelete PLUS is a useful and easy to use application that allows you to restore deleted or damaged 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. The user interface is not really attractive and does not include any complex feature, but it has the advantage that is in multiple languages and is very intuitive. It also allows you to set many filters for the scan to limit your search to exactly the files you are looking for, including file name, modified date, size, hide overwritten and temporary files. The application also informs you the status of the file, and if there still is a chance of recovering that file. It also provides you additional information about the file size, path, format, date of creation and modification. It has the ability to recover entire folders preserving the structure so the files are in the same order they were. It supports Win 95/98/Me/NT/2000/XP/2003/Vista."; 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 = ''; } }