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] = ", CD-ROM/CD-R/CD-RW and any other local disks."; fDesc[3] = "easy to use and so you don’t require any technical skill or knowledge to recover your data. By using Seagate file recovery for Windows you can easily recover any file of any format."; fDesc[5] = "storage media. It comes in two different versions: Personal and Professional editions. The Personal edition is free, but only recovers certain type of files."; fDesc[6] = "engine to quicky scan your PC for deleted files and get the files back to life."; fDesc[7] = "from your hard drive, USB drives, ZIP, flash drives, SD Cards, MMC, and Firewire drives. It supports both FAT and NTFS file systems. It recovers files deleted after pressing Shift+Delete on the keyboard; erased from the recycle bin; files lost from the DOS command prompt; among others."; fDesc[8] = ", formatted, corrupted data from NTFS, NTFS5 Partitions of Windows Operating System."; fDesc[9] = "A very easy way to restore files from formatted NTFS drive.NT Drive Recovery does its job completely automatically,re-creat ing original directory structures.Of course,some files will be corrupted,but almost all files should be correctly retrieved."; fDesc[10] = "file recovery, re-formatted drive recovery, Formatted partition recovery from IDE / AT, SATA, SCSI and USB Drives"; fDesc[11] = "directories. It allows you to recover files that have been deleted from the Recycle Bin, as well as those deleted after avoiding t"; fDesc[12] = "background. It adjusts dynamically the recovery bin size for free space on disk. It removes all traces of previously deleted data. You can recover files to different location and recover subfolders too."; fDesc[13] = "recovers deleted, formatted and lost digital photos, images and pictures from almost any types of media cards used by digital cameras. PhotoOne Recovery is the first and only image recovery product to allow preview image in original size and allow save ALL of the found images in a trial version. You can enjoy the full features of PhotoOne Recovery in a trial version before you purchase a license key. PhotoOne Recovery guarantees to recover most lost images from any digital camera. Using advanced SmartRecover Technology, PhotoOne Recovery can recover images that other recovery software may not find. If images were deleted or formatted in a digital camera or a computer, or if the media is corrupted and not recognized by Windows, PhotoOne Recovery can find lost images back for you. PhotoOne Recovery works with any type of digital card reader. PhotoOne Recovery also works with direct..."; fDesc[14] = ", deleted file recovery, re-formatted drive recovery, Formatted partition recovery from IDE / AT, SATA, SCSI and USB Drives"; fDesc[15] = "accidental formatting or re-partitioning of a hard drive, viruses, and unexpected system or software malfunction."; 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 = '...'; } }