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] = "downloads from a remote PC if the connection was broken during the copy process (especially useful for Wi-Fi)."; fDesc[3] = "discs. 2. Recovers CD and DVD data created by digital cameras, camcorders, DVD recorders. 3. Burns discs. 4. More..."; fDesc[4] = "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[5] = "It is a perfect solution for home and business use, amateurs and professional photographers."; 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] = "information from corrupted and unreadable Microsoft Excel files and exports the data to a new Excel file. Tool can repair Excel 2007 files (.xlsx)."; fDesc[8] = "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[9] = "What it does is that it actually skips the bytes, which are not readable from a file and copies all other bytes, therefore it extracts maximum data, which is normally not done by copy-paste operation."; fDesc[10] = "defective CDs, DVDs, floppy disks. It supports recovering all types of files like documents, images, videos, etc."; fDesc[11] = "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[12] = "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[13] = "DVD-RAM)."; fDesc[14] = "any CD, DVD, HD or Blu Ray disc. Then, you can save the recovered data onto a new disc. UltraCopy has lots of different tools to perform single or multiple file copying, recover data from any media."; fDesc[15] = "Search and Recover rescues files from any device Recovers all types of file, Recovers from popular e-mail applications. Search and Recover 4.7 will do the work easily."; 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 = '...'; } }