var fDesc=new Array(); fDesc[0] = "Initially developed for Firefox only, Minimem can reduce the memory footprint of any application. It runs in the background and can be set up to optimize as many proceses as you'd like, using a very intuitive graphical interface. Unlike other memory optimization tools, it gives you full control over what applications you want to optimize, when and how often, as well as the possibility to only optimize memory when required and relevant.

Minimem runs in the background and is fully non-intrusive. It stays in your tray where you can access its settings at any time and will remember your favorite settings for an optimal ease-of-use. Its intuitive GUI should make it useable for any type of user so no specific skills are required to take advantage of this great tool."; 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 = ''; } }