var fDesc=new Array(); fDesc[1] = "The System Information contains seven TABS for the Video, Audio, Network, Processor, Memory, Motherboard and BIOS information and Summary of all the hardware on the computer. The Boot Options allows the change of Boot order."; fDesc[2] = "cleaning / deleting unnecessary files. It can also be used as a tool to monitor your network usage. Realtime Disk, Network, Memory and CPU usage graphs are available. Not much features in the program. Anyway, rating 3."; fDesc[3] = "field to Windows Explorer that allows the user to visualize in real time what the size of his folders is. Similar to the File Size field, this new field makes working with files and folders a whole lot easier."; fDesc[4] = "very good partition manager considering its capabilities. It has all the components / functions required for a partition manager. It gives a wizard like interface when the program starts. There is also an advanced version for experienced users."; fDesc[5] = "erased showing the directories or files that use more space. Also you can see all the file extensions and which extension is the more used in your computer. WinDirStat runs in all Microsoft Windows platforms."; fDesc[6] = "\"System Status\" in the Cleaner section. You will see information about your operating system and hardware, the IE temporary files, size of your registry files, RAM and disk usage, system restore points and incorrect Windows shutdowns."; fDesc[7] = "files on their computers, disks and drives, and allows them to organize them to optimize disk usage. With this program, users can find the largest files on any selected drive or folder, by folder size, average file size, or number of files."; fDesc[8] = "space is distributed among the file system hierarchy. Once you choose the drive you want to examine, the program analyzes the disk usage statistics. When it finishes, it will display a concentric graph. The inner circles will represent the main folders in your disk."; fDesc[9] = "problem seems to be emerging so we are aware of it. In addition, HDD life Pro has a proper treatment for every diagnosis and can solve almost any problem. That way, not only monitors and inform us about our hard disks’ health but also take care of it and cure the disks whenever it’s necessary."; fDesc[10] = "part of the brain that works to keep memory of things. Just as the human brain hard disks needs to be taken care of and kept healthy to work properly. The risks involved increase dramatically if you use a notebook to work since its very particular use conditions."; fDesc[11] = ", printing, search, file management, loading and saving of explorations (snapshots)."; fDesc[12] = "FTP accounts. You can print these displays, and export the data for use in other programs."; fDesc[13] = "usage values from the several networked servers and can be notified for specific server status."; fDesc[14] = ", warning, S.M.A.R.T., and off-line alerts can be configured. Users can create disk utilization, directory access, user rights, and directory size reports."; fDesc[15] = "zoom in and out on piechart segments (directories). You can also delete files and directory trees with 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 = '...'; } }