var fDesc=new Array(); fDesc[0] = "Most PC users have known and unknown applications running in the background that take up your computer’s physical memory and thereby affect its performance. Wise Memory Optimizer helps you free up and tune up the physical memory taken up by some useless applications to boost PC performance.

Wise Memory Optimizer automatically calculates and displays the used, free and total memory of your computer upon deployment, along with a pie chart. You can learn your PC memory usage at a glance. Single click the "Optimize Now" button, the program can free up memory in several seconds. This intuitive user interface makes it really easy to use for both novices and experts alike.

You can enable automatic optimization mode when the free PC memory goes below a value that you can specify, and make Wise Memory Optimizer run even when the CPU is idle, as well as adjust the amount of memory you want to free up. Then it will optimize PC memory automatically in the background.

The application requires a pretty low quantity of CPU and system memory, has a good response time and rapidly finishes an optimization job. Better yet, it also has a portable version. You can drop the program files anywhere on the hard drive or a flash drive and run it on any computer without prior install operations."; 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 = ''; } }