var fDesc=new Array(); fDesc[0] = "Run your games at best possible performance by eliminating the performance and stability problems that make your games run slower than their full potential.
Set your machine to HyperSpeed Gaming Mode – create a system environment with the sole purpose of gaming at full system potential.
Tune your system thoroughly in the background for long-term optimal gaming performance."; 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 = ''; } }