var fDesc=new Array(); fDesc[0] = "Firemin is a small utility to reduce the amount of memory Firefox or other browsers use. Although Firefox’s memory usage improved a little over the last few years, it still uses a lot of memory; a little more than we feel comfortable with.

Programs on my computer can stay open and run for days or even weeks, and Firefox is no exception. Because of this Firefox was using over 3 GB of memory after a few days. It’s quite normal for Firefox to be sucking up over 250 MB of memory right off the bat. In a memory leak, you’ll see the memory usage keeps increasing the longer the program is open/in use and this is exactly what happens with Firefox.

Simply put, Firemin will attempt to eliminate Firefox memory leaks and decrease the amount of memory Firefox uses. All I did was tweak our Memory Booster a little and applied it to Firefox and this solved the memory leak issues."; 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 = ''; } }