var fDesc=new Array(); fDesc[0] = "Tools/extensions to Windows Disk Cleanup tool help users free up disk space used by various applications for caching or unused at all.

The Disk CleanUp Tools are released as Windows Installer packages, which require administrative privileges for successful installation. After installation, the cleanup tools can be used by running Disk Cleanup Wizard on any disk. If a cleanup tool does not find any files to clean up, it might not show up in the Disk Cleanup dialog."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }