var fDesc=new Array(); fDesc[1] = "in-built disk defragment tools which actually work but Smart Defrag works even more faster and uses advanced technology to speed up your disk drive and processing."; fDesc[2] = "health status, errors and temperature of your hard disks. It also works with other storage devices such as memory cards, USB sticks, iPods, etc."; fDesc[3] = "disk. Supporting various operating systems it allows you to install multiple operating systems on a single PC according to your needs and multiple operating systems on a single partition."; fDesc[4] = "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[5] = "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[6] = "side, so your hard disk won´t have to track them down. This is accomplished reading every part of a file, writing them in a temporary place, and the rewriting them in its permanent location."; fDesc[7] = "to scan your hard drives in search for errors or anomalies. The graphical user interface is really intuitive and it allows you to use the several different tabs to get a little more information from the program."; fDesc[8] = "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[9] = "information to understand how much space the files and directories consume on your hard disk drives, and it helps to find obsolete files and folders. JDsikReport requires Java 5 or later. JDiskReport works on Windows 2000/XP/Vista, Solaris, Linux and Mac OS X platforms."; fDesc[10] = "future for a defragmentation utility. It defrags your hard disk with Puran Intelligent Optimizer, PIOZR in short to boost your system speed."; fDesc[11] = "managingutility. O&O DiskStat has striven hard to provide its users with its advanced technology and elegant performance to combat all the space wasted on your disk and to make your system more responsive."; fDesc[12] = "settings: Quick defrag, Complete defrag and Advanced defrag. All of those vary only in the extent and accuracy at which the application changes your filesystem."; fDesc[13] = "libraries, executable files and any type of files on the computer. Hard Drive Test Pilot searches for errors that may cause any harm or malfunction to your computer performance and also fixes them."; fDesc[14] = "disk for duplicate data results. This will help you not to use space for duplicate files storing."; 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 = '...'; } }