var fDesc=new Array(); fDesc[0] = "appsmaker AppBooster Pro prevents swapping during Gameplay to reduce lags by swapping unused memory before starting the Game or Application and optimizes your internet connection for better download speed and less lags.
The software also optimizes your drives with the 3-Zone-Algorithm , speeds up loading of large game files or temporary files and it's perfect for gaming and audio/video/graphics editing."; 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 = ''; } }