var fDesc=new Array(); fDesc[0] = "DPC Latency Tuner is a convenient tool that helps you optimize your PC settings to get a smooth audio/video playback experience and a faster responsive system. You can regulate the CPU, iGPU ratio, and DRAM frequency easily when playing different games. A higher frequency multiplication can bring good image resolution. Also, different games have their own appropriate core, and you can change it to single or duo cores by adjusting the CPU Ratio Apply Mode to acquire the best gaming experience."; 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 = ''; } }