var fDesc=new Array(); fDesc[1] = "other applications of this kind. With this tool you can write images on a disc, mount on a virtual drive, create an image from a disc or convert it to different formats, create bootable CDs/DVDs, etc."; fDesc[2] = "folders to existing images, and also compress, add encryption, mount images etc. Among the features of the new version we get: compatibility with Windows Vista, support for multiple languages and command-line parameters support."; fDesc[3] = "commercial. Metacafe Pro 1.2 is a program to let you access that material directly, without a browser, with some addons."; fDesc[4] = ", search for unnecesary files, manage the start up menu so you can change whatever you might need, shortcuts that have become invalid, check the disk free space in your HD unit, manage the add/remove programs list, etc. to get the best results on your system operation, perfomance and speed."; fDesc[5] = "page are Express, Memory and Disk. Express Memory Optimization fully optimizes the system and frees unutilized memory Memory Usage Check advises on upgrading the memory modules installed on the system Disk optimization deletes unneeded items and releases occupied disk space"; fDesc[6] = "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[7] = "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[8] = "defraging the drives and consolidating the disk free space. The application defrags the units in different ways: Automatically and Manually (user turns on/off the process)."; fDesc[9] = "percentage, calculate the number of integrated files. Arrange all the output result according to the size or by name via its Sort feature, use CD/DVD cluster option to know the CD/DVD size."; fDesc[10] = "space but also lead to a slow and sluggish system. With FCleaner you can effectively keep your system free from unused and obsolete files so that you regain your disk space and system speed."; fDesc[11] = "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[12] = "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[13] = "subdirectories of your hard drive(s) on a single graph, allowing to see the largest directories at a glance. When the program launches, it gives you step by step instructions to interact with it. You must first type the drive you want to graph in the top combo box."; fDesc[14] = "disk space. This is a good utility for identifying and recovering the wasted disk space, especially for getting rid of duplicate files on the system."; fDesc[15] = "system and index all your files. When you open Disk Space Finder, it will scan those files and create graphs that tell you exactly how much space is used on your hard drive."; 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 = '...'; } }