var fDesc=new Array(); fDesc[0] = "FasterWin CPU quota tool does not make your computer or OS run faster. It lets you set CPU quotas to applications and services. No single program will be allowed to utilize more CPU resources then you assign.

FasterWin does not tamper with process priorities. It is pretty annoying to wait for indefinite time (seconds, some times even minutes), while your latest Quad Core Extreme CPU is busy doing you-don't-know-what. FasterWin CPU quota tool makes this problem dissapear."; 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 = ''; } }