var fDesc=new Array(); fDesc[0] = "Asoftech Data Recovery is a file "undelete" and data recovery utility, which can recover files that have been accidentally deleted, including files removed from the Recycle Bin, in a DOS window, from a network drive, from Windows Explorer with the SHIFT key held down. Deleted files can also be recovered from SmartMedia, Secure Digital, Compact Flash, MemoryStick, ZIP, USB hard drives or other media.

Asoftech Data Recovery supports NTFS, FAT16 and FAT32 file systems and uses Raw Search technology to determine file types according to known file structures. This technology enables discovery of deleted files even if their location and size is not stored in the file system structures."; 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 = ''; } }