var fDesc=new Array(); fDesc[0] = "AMD LCD Keyboard Applet is intended to run with the Logitech G15 Gaming Keyboard. The AMD LCD Keyboard Applet displays the following information about the processor: processor name, L1 & L2 cache sizes, current voltage, core frequency, memory frequency, and HyperTransport technology frequency."; 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 = ''; } }