var fDesc=new Array(); fDesc[0] = "SystemBooster 2.0 is a program that speeds up your PC by optimizing the file access.

The program uses a technique called "opportunistic prefetching".

Basically, it reads data from your hard drive so that when your operating system requests that data it is already cached in memory. This way you get a faster file access.

Once installed, SystemBooster loads and sits in the System Tray, running in the background.

The program will prefetch periodically that data that, statistically, you´re most likely to use.

When you require to use that data, the system will read it from the memory, not the hard disk. That´s much faster, so the reading will happen in about half the time than it would without SystemBooster.

You can define different profile parameters, by choosing the desired drives and folders to prefetch, the boosting priority (normal, below normal, or low), the refresh rate (adaptive, normal, high). You can also choose whether you want to boost only when the system is idle, or not. The different profiles can be saved for later use."; 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 = ''; } }