var fDesc=new Array(); fDesc[1] = "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[2] = "formated or corrupted from almost any memory card. With this powerful utility you will be able to recover images, videos, data and any other media stored in any of the supported memory cards."; fDesc[3] = "from the Recycle Bin, in a DOS window, from Windows Explorer with the SHIFT key held down."; fDesc[4] = "create a backup of all your hard drive data and easily perform a bare-metal restore for efficient disaster recovery."; fDesc[5] = "Photo Recovery will recover lost, deleted and formatted digital photos, audio and video files from all media types."; fDesc[6] = "any storage device. The program features a very simple and intuitive user interface, specially designed for beginners with a step-by-step wizard that guides you throughout the different steps of the process."; fDesc[7] = "critical information such as business data, project details, etc., due to accidental deletion and in all such cases, MediaRECOVER comes to the rescue of the user, which is essentially a complete digital image and file recovery utility package."; fDesc[9] = "now integrated into ZAR (version 7.8 and up)."; fDesc[10] = "you through the process. You can detect and recover all your deleted image files by following three simple steps: exploring the drive, selecting the files you want to restore, and saving the recovered files."; fDesc[11] = ", formatted, corrupted data from NTFS, NTFS5 Partitions of Windows Operating System."; fDesc[12] = "accidentally erased images you will be able to get them back with this simple but powerful application, which has an easy-to-use interface."; fDesc[13] = "in a few minutes. This program is extremely easy to use, you just have to press the START button and the program does the rest for you. It scans your entire device and shows the images available for recovery."; fDesc[14] = "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[15] = ", unformat, partition, RAID and image recovery. Windows 2000/XP/Vista basic and dynamic disks are support."; 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 = '...'; } }