var fDesc=new Array(); fDesc[0] = "File recovery software. You can easily recovers files created by Windows. RecoveryDesk recovers files from hard disk and removable media.

RecoveryDesk utilities recover files:
- Deleted without Recycle Bin, or when Recycle Bin has been emptied
- Removed by virus attack or power failure
- Recovery lost partitions
- Recovery compressed files
- When the partition structure on a hard disk was changed or damaged
- From hard disk with bad sectors
- FDISK or other disk utilities have been run
- MBR is destroyed

RecoveryDesk Features:
- Multilingual interface: English, Arabic, Chinese, German, Spanish, Italian, Finnish, French, Japanese, Korean, Portuguese, Russian, Turkish.
- Standard "Windows Explorer" - style interface
- Host OS: Windows NT, 2000, XP, 2003 Server, Vista, Windows 7, Windows 8
- Supported file systems: NTFS, FAT12, FAT16, FAT32
- Data recovery on damaged or deleted partitions
- Recognizes localized names
- Preview deleted photos and text documents
- Can be run from a USB storage device
- Scan all files and directories on selected hard drives
- Utilizing a non-destructive, read-only file recovery approach
- Batch file recovery (recovers multiple files in one action)
- Works around bad-sector disk areas. Recovers data where other programs fail
- Supports standard IDE/ATA/SCSI hard drives, including drives larger than 1000 GB
Recovers deleted data from the removable media:
- Secure Digital Card (SD cards)
- CompactFlash (CF cards)
- Sony Memory Stick (MS cards)
- Multimedia Card (MMC cards)
- Flash Card/drive
- USB drive/store device
- xD Picture Card
- Smart Media Card
- Digital cameras
- hard drive
- and other"; 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 = ''; } }