var fDesc=new Array(); fDesc[0] = "ASUS AI Suite 3 is an intuitive central hub that provides access to the vast majority of ASUS monitoring and control utilities on your motherboard. The program offers control for TPU, EPU, DIGI VRM and Fan Xpert, allowing you to supervise overclocking, energy consumption, fan speeds and voltages."; 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 = ''; } }