var fDesc=new Array(); fDesc[1] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well"; fDesc[2] = "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[3] = "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[4] = "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[5] = ", secure digital card, thumb drive, pen drive, removable storage, ipod, and more."; fDesc[6] = "time. Using this program you will be able to recover the initial speed of youe disk units. In fact, it is much faster than many of its competitors, even it allows you to keep using your PC during the defragmentation process."; fDesc[7] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!"; fDesc[8] = "for any avid windows user. This utility can act as the effective replacement for the windows disk defragmenter any day. It is capable of defragmenting files, folders, drives and free space. The defragmenting mechanism used is efficient and faster than the windows defragmenter."; fDesc[9] = "Windows-98 System files. This utility can be used on Windows2k and XP. Use System files to create boot-drive from the internal system or alternate locations."; fDesc[10] = "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[11] = "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[13] = "virtual CD/DVD which can be used to mount the Image of any disk. So, for the games that require you to put the CD into drive, this program is very useful. Copying Protected or Copy Righted CDs are illegal. But if you own the CD and want to make a backup copy of it, no problem."; fDesc[14] = "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[15] = "only needed temporarily and erasing them will release important hard drive space. It runs quietly on startup, clearing the cache every time Windows boots."; 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 = '...'; } }