var fDesc=new Array(); fDesc[1] = "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[2] = "the way you need it easily. The user interface is very simple and straightforward. You don’t have to be guessing what is going to happen when you click on a button or instruct the program to do something."; fDesc[3] = "interface, a faster engine and new reporting features to keep your system running at top performance."; fDesc[4] = "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[5] = ", boot management, data and system security, simple recovery. Convenient and clear interface, smart wizards. Now supports Vista!"; fDesc[6] = "better. It not only checks every component and every folder of your system to make sure you do not host more files than those you need, but also monitors your disk space, your memory performance, and all your running processes."; fDesc[7] = ", the interface is not that good, as it is in an old style. But everything else is like Partition Magic. As a whole, this program is a basic partitioning tool good for regular use. But it lacks more advanced features like a boot manager, for example."; fDesc[8] = "which was designed from the bottom up to be fast, easy to use, and powerful - and it delivers. Commander also offers multi-language support for several languages (French included). We guarantee that you will beimpressed by this product."; fDesc[9] = "maximum server performance."; fDesc[10] = "Pictures, Images, Text, Documents, Database, and Spread Sheet Files. Multimedia Files are located, played and organized."; fDesc[11] = "to do with them. Without an application like this one, it is very difficult to tell if a file is fully identical to the other or you could delete the one that has different information and then regret about it."; fDesc[12] = "Explorer replacement. Allows Manage and monitor the disk space on your network computers and servers and create file system text reports."; fDesc[13] = "listings to a text file. The file created can be displayed, edited and printed using other programs. The software allows the user to have control over the output format which can be either list view or tree view."; fDesc[14] = "from your hard disk. With SpaceMan 99 you can find duplicate files by various criteria like byte-by-byte comparison, file name matching etc. SpaceMan 99 is a feature-rich tool that provides you with file/folder filters, summary and detailed reports, marking/unmarking features etc."; fDesc[15] = ", Justify additional storage capacity investments to management. Includes automated scans and low disk space warnings."; 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 = '...'; } }