var fDesc=new Array(); fDesc[1] = ", Drive Images, Zip/Jaz Drives, Compact Flash, Smart Media, Secure Digital, and USB Flash Cards."; fDesc[2] = ", Drive Images, Zip/Jaz Drives, Compact Flash, Smart Media, Secure Digital, and USB Flash Cards."; fDesc[3] = "your important data, lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage."; fDesc[4] = "if the partition table, or boot sector on hard disk is lost or damaged due to a virus attack, software failure, Fdisk or Partition Magic misapplication among other reasons."; fDesc[5] = "lost,corrupted or damaged Mp3 files, songs, images, digital pictures and videos from all types of removable media due to human error or any Virus Generated Data Loss."; fDesc[6] = "and logical disks on hard drives. With this version you can take advantage of both the DOS and Windows versions benefits in one package. This incredible program enables you to backup the master boot record (MBR) partition table and boot certain sectors."; fDesc[7] = "worms, file infecting viruses, malicious VB and Java scripts, trojans, backdoors, spyware, adware, boot sector, partition table, file and macro viruses."; fDesc[8] = "hard drives. This incredible program enables you to backup the master boot record (MBR) partition table and boot certain sectors. Moreover, you can also undelete both primary and extended partitions, display complete physical and logical drive information, and so on."; fDesc[9] = "lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage."; fDesc[10] = "recovery as per personal needs. The user can navigate through NTFS drives by jumping to a particular partition table, master file table, boot record or the root directory."; fDesc[11] = "the formatted hard disk, crashed hard disk or memory card, USB device, Zip device, Tape device, floppy disk, CD, DVD or any other media. And File Rescue Professional is very suitable to perform all these tasks."; fDesc[12] = "your important data, lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage."; fDesc[13] = "and photos from your USB supported removable media. This incredible application retrieves picture files from digital storage media even after the loss of root directory, MBR (Master Boot Record or Partition Table sector), DBR (DOS Boot Record or Boot sector), MFT or FAT."; fDesc[14] = "the computer effectively and perform many complex tasks. With the help of this application, the user can navigate by accessing the partition table directly, or through FAT or root directory, boot record or even jumping to a certain sector."; fDesc[15] = ", find/recover files from your NTFS partitions that where lost after FDISK, disk re-formatting, re-partitioning or partition table crash."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }