var fDesc=new Array(); fDesc[0] = "Memory Release Master monitors your system and frees up memory to increase the performance of your computer. It automatically optimizes in the background when your processor usage is low but never interferes with your work.

This tool substantially improves the internal memory management. If the physical memory available gets too low, it swaps old data to the page file to free up memory for your applications. As a result, your programs will run faster and there will be more free memory available!"; 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 = ''; } }