var fDesc=new Array(); fDesc[0] = "KUDOS Z-9 is a professional gaming mouse with fully customizable buttons. You get nine programmable buttons, distinctively notched 4-way scroll wheel plus dpi and profile switches. This program installs the required drivers needed for accessing the mouse. Using this application, you can change the function of mouse buttons.

You can set the dpi resolution of each default setting and the Windows mouse settings. It is also possible to set the resolution of the X and the Y axis independently of one another."; 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 = ''; } }