var fDesc=new Array(); fDesc[0] = "Tech-savvy folk are divided over how useful memory cleaning tools can be because Windows (Vista upwards at least) manage memory reasonably well. Most memory cleaning tools are not very useful because many of them use ill-advised techniques that are only relevant to older versions of Windows (pre-Vista).

Memory Cleaner is considerably better because it uses functions built into Windows to judiciously free memory - with no performance impact whatsoever. You can now access Memory Cleaner functions from the tray icon without having to open up the main window. The cleaning procedures are both silent and the only alert you will see is the amount of RAM recovered briefly displayed in the window.

If you find your RAM usage exceeding 60% regularly, then MemoryCleaner is an absolute must have."; 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 = ''; } }