var fDesc=new Array(); fDesc[0] = "This package contains a critical security update and software that enables customers to program the Quick Launch Buttons on the keyboard and the external Easy Access Buttons Keyboard for the supported notebook models and operating systems. This application enables menu control of various buttons such as volume, internal/external display, and mute on/off."; 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 = ''; } }