var fDesc=new Array(); fDesc[1] = "card, removable drives, floppy disks, etc. These files (or folders) stay in the system once they are deleted because of accidental actions, formatting, Windows reinstallation, hard disk failure, empty the Recycle Bin, partition errors, by mistake, etc."; fDesc[2] = "files from NTFS/NTFS5 and FAT12/FAT16/FAT32 files systems at high speed. It allows you to recover accidentally deleted files or folders, permanently deleted files using the keys Shift + Delete, among others."; fDesc[3] = "Recycle Bin, the command line window (DOS) or a network share; they can be recovered along with the original folder name and dates even if overwritten by new data."; fDesc[4] = "corrupted files. This incredible application is used to retrieve any deleted files, including MS Office files, images, mp3, and zip files from laptops and desktop systems."; fDesc[5] = "backing up the contents on your hard drive and it then stores this data on a secondary hard disk. This way if something is accidentally overwritten or deleted, the PC gets infected, or the hard drive malfunctions, then you will still have all of your valuable files."; fDesc[6] = "or corrupted partitions in all logical crashes. This incredible application is used to retrieve partition tables, boot sectors, formatted, lost, deleted files of laptops and desktop systems."; fDesc[7] = "allows you to recover data lost due to overwritten deleted, formatted, damaged or corrupted files. This incredible application is used to retrieve any deleted files, including MS Office files, images, mp3, and zip files from laptops and desktop systems."; fDesc[8] = "folders at once, analyzing folders before synchronizing them, restoring overwritten or deleted files. You can also plan synchronizations to be performed at a given time and date. Synkron runs on Mac OS X, Linux and Windows. It´s distributed under the terms of the GPL v2 licence."; fDesc[9] = ", damaged or corrupted partitions in all logical crashes. This incredible application is used to retrieve partition tables, boot sectors, formatted, lost, deleted files of laptops and desktop systems."; fDesc[10] = "possible for people who want to use that information to recover it with the help of certain tools. Zilla Data Nuker helps you destroy and make it impossible to recover that information."; fDesc[11] = "that allows you to recover data lost due to overwritten deleted, formatted, damaged or corrupted files. This incredible application is used to retrieve any deleted files, including MS Office files, images, mp3, and zip files from laptops and desktop systems."; fDesc[12] = "due to overwritten deleted, formatted, damaged or corrupted partitions in all logical crashes. This incredible application is used to retrieve partition tables, boot sectors, formatted, lost, deleted files of laptops and desktop systems."; fDesc[13] = "that have been deleted when emptying the Recycle Bin or using the Shift + Delete, and even files deleted within a Command Prompt session."; fDesc[14] = "and is easy to use. The program makes use of the Guided File Excavation Technology which is unique and extremely good at finding files and folders that have been lost, even ones now behind overwritten partitions."; fDesc[15] = "contents once overwritten and destroyed It can't be recovered"; 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 = '...'; } }