var fDesc=new Array(); fDesc[0] = "NVIDIA Maximus Configuration Utility is a program that allows you to customize how your Quadro and Tesla GPUs are used. It can optimize your Maximus workstation for best interactive experience while maximizing compute performance of your GPUs. The MCU also lets you to turn Error Correcting Code (ECC) ON or OFF for each GPU, as well as monitor GPU utilization."; 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 = ''; } }