var fDesc=new Array(); fDesc[1] = "disk. Supporting various operating systems it allows you to install multiple operating systems on a single PC according to your needs and multiple operating systems on a single partition."; fDesc[2] = "almost any type of lost files from servers, desktops, laptops, iPods etc. This incredible application enables you to retrieve any file from devices with unknown file systems including Hard Disk, external ZIP/USB drive,removable SmartMedia, etc."; fDesc[3] = "cards, USB drives, Zips and floppy disks, no matter if it was lost by accidental deletion, format, re-partition, system crash or virus attack."; fDesc[4] = "accidentally deleted from hard disks and memory cards. This incredible application can recover files damaged by virus attacks, power failures and software faults or files from deleted and formatted partitions"; fDesc[5] = "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[6] = "of lost files from servers, desktops, laptops, iPods etc. This incredible application enables you to retrieve any lost file under any circumstance, such as deletion, system crash, missing drive letters, hidden/lost partitions, virus attack, etc."; fDesc[7] = "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[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] = "various file systems including FAT, FAT16, VFAT, FAT32, NTFS, NTFS5 on various storage media."; fDesc[11] = ", damaged or corrupted partitions in all logical crashes. This incredible application is used to retrieve partition tables, boot sectors, formatted, lost, deleted files of laptops and desktop systems."; fDesc[12] = ", formatted, corrupted data from NTFS, NTFS5 Partitions of Windows Operating System."; fDesc[13] = "NTFS partition of Windows Operating System."; fDesc[14] = "file recovery, re-formatted drive recovery, Formatted partition recovery from IDE / AT, SATA, SCSI and USB Drives"; fDesc[15] = ", deleted file recovery, re-formatted drive recovery, Formatted partition recovery from IDE / AT, SATA, SCSI and USB Drives"; 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 = '...'; } }