var fDesc=new Array(); fDesc[0] = "Chris-PC RAM Booster can automatically manage your computer memory and pagefile usage. It monitors your RAM usage and frees up memory for newly opened programs, if the available memory is low. It features a wide set of options and settings for personal customization of RAM memory usage including low memory threshold to start the freeing up process, setting for full-screen applications, CPU usage for which memory should be freed, etc.

Chris-PC RAM Booster also includes a memory benchmark test to get an evaluation on the stability of your computer and RAM memory."; 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 = ''; } }