var fDesc=new Array(); fDesc[1] = "surface, all files and partitions are eliminated, and it defines or re-creates the tracks and sectors on the disk. Then, it is possible to fix or repair a damaged disk."; fDesc[2] = ", or filesystem. You can do things that other programs/methods couldn't. If you cannot boot your computer to Windows, you can still create a bootable regenerating diskette or a bootable regenerating CD."; fDesc[3] = "prevent data loss. The system is based on the Self-Monitoring Analysis and Reporting Technology (S.M.A.R.T.). This software monitors hard disk parameters such as Temperature, Head Flying Height and Spin-Up Time and notifies a user when a critical condition occurs. Disk Monitor also displays hard disk information, current S.M.A.R.T. attributes and the overall status of the hard disk's health. Advanced disk scan allows you to detect bad sectors on a disk surface. The software can be launched automatically at Windows startup and monitor the system in the background. An icon in the System Tray can display the temperature for selected HDDs."; fDesc[4] = "from the Recycle Bin or directly deleted intentionally or by accident. You can recover files deleted by viruses, uninstallers, DOS programs. Supports compressed and encrypted files."; fDesc[5] = "Display the true drive contents by bypassing the operating system and directly reading the raw drive sectors."; 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] = "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] = "drive crashes. The program can also restore corrupt partition tables or boot sectors. It is a powerful tool that is capable of recovering data from the operating system partitions, like FAT and NTFS."; fDesc[9] = "and logical disks on hard drives. With this version you can take advantage of both the DOS and Windows versions benefits in one package. This incredible program enables you to backup the master boot record (MBR) partition table and boot certain sectors."; fDesc[10] = "based on protected sectors. Combining this tool with DVD Decrypter and DVD Shrink (all of them free!) you can easily get your copy without worries."; fDesc[11] = "hard drives. This incredible program enables you to backup the master boot record (MBR) partition table and boot certain sectors. Moreover, you can also undelete both primary and extended partitions, display complete physical and logical drive information, and so on."; fDesc[12] = "type of software then any other floppy repairing tool. Unlike other softwares it does not mark the bad areas of floppy as bad sector. Even it does not hide any bad sector in the file system. As its name suggest, it is a floppy bad sector repair tool."; fDesc[13] = "safely copy files by unstable wireless and VPN connections between both local computer and remote computer."; fDesc[14] = ", diskettes, etc. It also allows you to format drives, create image files, make copies, delete files, and edit disc sectors. You can access all the program's options directly from its main window."; fDesc[15] = "but with the added value that it allows you to do it easily. This wiper works just like the rest. It prevents files from being recovered by adding dummy information into the physical sectors which that file had allocated to it."; 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 = '...'; } }