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] = "uninstalls, temporary internet files, old files, etc are deleted. Wise Disk Cleaner is safe and friendly for computer novices though advanced users can customize the operations manually to suit their use. The inbuilt Wizard can be set to show at start up and is unique."; fDesc[5] = "resize, move, create, delete, format and check partitions. The main difference with the Home edition is that creates bootable CD/DVD to manage partitions easier and faster. This version works on Windows 2000/XP/Vista 32 and 64 bit and Linux platforms."; fDesc[6] = "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[7] = "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[8] = "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[9] = "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[10] = "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[11] = "like Disk Cache, CD-ROM Cache and Name and Path Cache. With Cacheman, you can monitor important system values and can tweak settings to improve the performance. It also provides you with History Graph and Logging feature."; fDesc[12] = "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[13] = "future for a defragmentation utility. It defrags your hard disk with Puran Intelligent Optimizer, PIOZR in short to boost your system speed."; fDesc[14] = "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[15] = "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."; 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 = '...'; } }