var fDesc=new Array(); fDesc[1] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read."; fDesc[2] = "discs. 2. Recovers CD and DVD data created by digital cameras, camcorders, DVD recorders. 3. Burns discs. 4. More..."; fDesc[3] = "helps in rescuing damaged files and copies the correct data to the hard disk and also scans the disk sector fast. The application is specially designed to support many types of files such as documents, applications, images and media data."; fDesc[4] = "damaged, scratched or defective CD and DVD discs. This incredible software supports data recovery from all CD and DVD disc types (CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-R, and DVD-RW), and from quick formatted RW discs."; fDesc[5] = "compact interface, which is very easy to handle. We get to select between different types of recovery (good, fair, poor or bad). And we can choose between two different recovery modes."; fDesc[6] = "recovers unreadable, deleted or corrupted files.Full real support for UDF packet witting software. Free trial version."; fDesc[7] = "discs when regular software can't read them fully or partially. This tool extracts the intact portion of your data and tries to recover problem areas. You can either choose to recover selected files, or save an image of the whole disc. The program works under Windows 2000/XP/2003/Vista and supports all types of CD and DVD media with ISO or UDF file systems, including discs burned by video cameras and recorders."; fDesc[8] = "digital cameras,USB discs,memory cards.It easily recovers unreadable,deleted or corrupted files.Free trial version"; fDesc[9] = "utility will help you to reliably backup, protect and restore individual files or folders or restore your entire hard drive. Besides, it includes disaster recovery. And using DVD + RW device enables you to place all necessary data in one disk. It can cope with a huge storage tasks."; fDesc[10] = "hard disks, flash drives, digital cameras, diskettes, ZIP cartridges, CDs and other types of media. This incredible application reads files stored on damaged media and saves them to a safe user-specified location."; fDesc[11] = "UFS Explorer Standard Recovery is fast and comprehensive data recovery and undelete program for FAT/NTFS/HFS/HFS+/UFS/ UFS2/XFS/ReiserFS/Ext2 /Ext3 file systems."; fDesc[12] = "functions and triggers of any size."; 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 = '...'; } }