var fDesc=new Array(); fDesc[0] = "Memory Optimizer optimizes your computer's RAM, making your computer run up to 200% faster, and preventing up to 90% of Windows crashes. Memory Optimizer is a user-friendly and customizable program that can run conveniently in the background to monitor and free up system RAM while you work. It uses advanced technology to automatically free up wasted RAM and allow your system to work more efficiently and with greater stability.
Powerful features include the ability to identify and manage memory hogging applications, setting parameters for custom RAM optimization, and a graphical display of your system's available memory. You can also set CPU priorities for programs and see what hidden programs are running on your PC. With Memory Optimizer you can work on your PC smoothly even when many applications are running."; 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 = ''; } }