var fDesc=new Array(); fDesc[0] = "ClockBlocker is a tool designed to block GPU downclocking on AMD's latest Fiji graphics cards. Specifically, it was designed to do so on cards operating with the newest power-management scheme - where customization of AMD's CCC profiles no longer works to lock clock speeds at the maximum. It features foreground window detection (blocking downclocking only when a program has focus), automatic "instant" effects of clock profile changes without restarting applications and without saving them, attempted safe handling of cases where GPU acceleration end, and more."; 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 = ''; } }