var fDesc=new Array(); fDesc[0] = "M20 Gaming Mouse Driver is a driver designed for Sharkoon zone M20 mouse. The button functions are preset at the factory and can be adjusted within the software. The buttons are freely programmable. You can select the desired configuration of the button functions by left-clicking on the option menu for the respective button field. Various assignments are then available for selection. To continue, click "Apply" and then "OK"."; 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 = ''; } }