var fDesc=new Array(); fDesc[0] = "FreeMem Standard is a small utility that helps you to get a performance boost after you work a lot with heavyweight software, like photo editors, development environments or office suites. It can be done by freeing up the unused (but allocated) Read-Only Memory (RAM) of your system. As you know, it's important to keep it 'clean' since this type of memory is the faster that your PC can use to load programs on.

FreeMem Standard offers a real-time status graph, showing you the current level of free RAM (the yellow area). You need to pay attention to this level, and try to free it up when needed.

Please note that this program will work better with a minimum of 128 MB of RAM installed. If the status graph shows a low level for a very long time, maybe you need to think about cleaning, reinstalling your operating system, or upgrading your PC (adding more RAM).

FreeMem Standard lacks some features present in the Professional version, like the automatic free up (after reaching a minimum level) and the placing of the program in the system tray."; 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 = ''; } }