var fDesc=new Array(); fDesc[0] = "MemInfo Displays the current memory (RAM or Page File) usage of Windows in the system tray.

With a small gauge graphic and the value updated in real time, MemInfo gives a fast feedback to current memory usage in Windows.

Highly customizable; Choose when MemInfo should warn you about high memory usage, show physical memory or Windows page file, show free or used memory, choose the font that looks better.

MemInfo features a built-in memory defragmenter to allow speed up your computer by maximizing the available free memory.

To help find memory hogs, the top memory usage processes can be optionally displayed in the tray menu, sorted by memory usage, with the possibility to free process memory or terminate it."; 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 = ''; } }