var fDesc=new Array(); fDesc[0] = "Memory Max 2.0 is a program to clean and defragment RAM.

It has been tested on Windows 95/98/ME/2000/XP.

The program can be installed in five different languages.

When you run the program, it will open a window where it will show your RAM status: Installed RAM, Currently free RAM and Free RAM percentage.

The System tab will give you information about your installed Windows version, computer name, CPU Speed, current IP, registered owner and organization.

The Disks tab will show you information about the drive you select, as its serial number, volume label, file system, disk space and free space.

The Configuration tab lets you choose your desired language and the defragmentation parameters. You can set the program to start automatically on startup, or when the RAM status reaches a given limit.

The first icon in the window lets you start the RAM defragmentation process. During it, the program will try to optimize the usage of the RAM.

While writing this review, the defragmentation freed up 16 percent of the memory. No program crashed."; 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 = ''; } }