var fDesc=new Array(); fDesc[1] = ", 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[2] = "shows all the key indicators and their values on the Hard Drive Disk and indicates the general Health Status according to the values retrieved by the utility."; fDesc[3] = "when your discs are about to fail. Although this is a great feature that all discs should have, the application only supports discs that are S.M.A.R.T capable."; fDesc[4] = "ASTRA32 provides an elaborate analysis of your system. This computer program also offers diagnostics and has some powerful unique features such as a \"Drivers Troubleshooter\" and a fast HDD Health checker."; fDesc[5] = "little application, you can see in real time what your hard drives' temperatures are. So, you can prevent any overheating by simply shutting down the hard drives as they reach a dangerous temperatures."; fDesc[6] = "unnecessary files and other invalid elements (cookies, temporal files, etc.) that use valuable space in your hard disks. This amazing application will search for invalid files, comparing them with more that forty file extensions, and it also will detect files with 0 bytes."; fDesc[7] = "temperature; - Defragmemt and clean hard drives and registry; Show hdd activity, temperature, performance and health in tray icons"; fDesc[8] = "motherboard, CPU, hard discs, etc.) voltages and fan speeds. It provides a lot of info regarding your hardware components with graphics that show the current temperatures, fans and voltages"; fDesc[9] = "of a hard drive or partition. This is useful for backing up a hard drive as well as restoring it to an earlier state. SelfImage is capable of creating images of both entire drives and individual files, saving them under IMG format."; fDesc[10] = "drive. It recovers LBA48 modes, DCO and HPA."; fDesc[11] = "the hard disks using S.M.A.R.T feature. So, the data it provides is reliable. But this program doesn't do much. It only reports the temperature of the hard disk, and whether it is high or not."; fDesc[12] = "proprietary unlocking algorithms can remove any unknown HDD password and you do not required to give any hint of password as it is not working as a normal password cracker tool."; fDesc[13] = "performing. The program will let you check many useful aspects of your hard drive's performance. For starters, you can carry out a speed check."; fDesc[14] = "firmware area. There are two types of dead or say inaccessible hard drives which are possibly recoverable to a new life. One of them is locked HDD of Laptop or may be of desktop with ATA password."; fDesc[15] = "The program is available for download free of charge and it features a multilingual graphic user interface featuring 8 European languages including English. The program is often bundled with Plextor external pocket hard disc drives."; 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 = '...'; } }