var fDesc=new Array(); fDesc[0] = "In order to get rid of junk files and clean up the hard disk, MMH Cleaner is a good option, which greatly helps the user to selectively flush all the unnecessary junk files. The key features of the application include provision to move junk files to the recycle bin, custom folder or completely delete them.
MMH Cleaner also comes with a privacy tool that can clean up a variety of items such as Temp Folder, Windows History, Temporary Internet Files, Internet Explorer Typed URLs, Recent Documents Folder, Run Menu Commands, Cookies Folder, Find Files & Text Search, Windows Media Player, Opened & Saved Files History, and even Recent Opened Files for other programs like WinZip, NotePad, Nero, and WinRar as well.
So the application is indeed a powerhouse utility for controlling Cookies and typed URLs, and it displays all start-up items in registry or in startup folder, programs memory usage, priority and threads, as well as the currently running processes on the computer.
The user can even set the programs’ priority, and the application is also capable of displaying programs properties dialog or open its folder, displaying process details and modules and programs path along with its starting time."; 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 = ''; } }