var fDesc=new Array(); fDesc[0] = "MemWatcher helps your programs start quicker and run smoother by automatically freeing up memory no longer used by Windows. Gives your PC that "freshly booted feeling" even after running for hours! Includes CPU, page file and resource monitors, automatic configuration, alerts, and much more!

Main Features:

- MemWatcher automatically frees up memory no longer in use by Windows, allowing programs to start faster and run smoother. MemWatcher's AutoFree feature gives your PC that "just booted" feeling even after hours of operation!

- MemWatcher provides an accurate indication of your computer's CPU and memory usage (both physical RAM and page file). On Windows 95, 98 and ME systems, MemWatcher also displays your system's resource usage.

- MemWatcher's peak monitoring feature lets you determine the optimum amount of page file memory to reserve, thereby saving disk space without affecting system performance.

- A flexible alert mechanism draws your attention to situations of interest, eg: when free physical RAM falls below a certain value, or total memory usage exceeds a specific limit, etc.

- You can use MemWatcher to stress test your applications, by simulating low memory situations, making MemWatcher a useful development and QA tool.

- MemWatcher can run in a standard window or in the system tray, and is highly customizable."; 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 = ''; } }