var fDesc=new Array(); fDesc[1] = "few clicks, and then enjoy it with versatile streaming features. With Nero you are sure that your data is safe after an event of system crash or a damaged disc."; fDesc[2] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read."; fDesc[3] = "deleted data in cases of hardware failure, operating system crashes, errors on deleting files, viruses or malicious attacks. It makes virtual RAIDS, recover data off a CD or DVD, recover encrypted files, compressed files and alternative data streams."; fDesc[4] = "incredible application completely scans disks and saves as much information as possible. What is more, the program uses a lot of different algorithms, which considerably increases the amount and quality of the recovered data."; fDesc[5] = "downloads from a remote PC if the connection was broken during the copy process (especially useful for Wi-Fi)."; fDesc[6] = "discs. 2. Recovers CD and DVD data created by digital cameras, camcorders, DVD recorders. 3. Burns discs. 4. More..."; fDesc[7] = "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[8] = "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[9] = "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[10] = "supports any data CD or DVD (both R and RW), but it will not read neither audio CDs nor video DVDs. You can recover specific files, using the manual mode, or make a copy of the full disc automatically. Its high-speed performance and its level of accuracy are certainly its main assets."; fDesc[11] = "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[12] = "recovers unreadable, deleted or corrupted files.Full real support for UDF packet witting software. Free trial version."; fDesc[13] = "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[14] = "user-friendly interface lets the users easily access all the tracks and sessions of a damaged disc. The program has good capabilities since it was designed specially to read and recover erased, lost, unreadable files and folders from damaged and even scratched CDs and DVDs."; fDesc[15] = "drives, Networked drives, FTP Servers and all other media that looks like a disk to Windows"; 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 = '...'; } }