var fDesc=new Array(); fDesc[0] = "It's a pretty safe bet that everyone wants to squeeze every ounce of performance out of their machine, whether it's the lastest and greatest one million mhz superchip or an 8088. Two of the bigger bottlenecks are harddisk performance and memory management; we've already covered memory management with MaxMem, so how about harddisk...
AnalogX CacheBooster allows you to tweak your harddisk caching to help achieve the best possible performance from your system. Of course, different types of programs require different settings - CacheBooster comes configured with many of the most common uses which will automatically reconfigure themselves for your system, plus you can even add your own custom configurations!"; 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 = ''; } }