var fDesc=new Array(); fDesc[0] = "Lioncast LM20 Gaming Mouse software gives you all the configuration settings of your mouse in a single window. You can change the key assignments of each button, fine-tune the speed of pointer, scroll, and double-click, and change the polling rate. It also lets you change the RGB lighting pattern. You can create five profiles for various uses and switch between them when needed."; 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 = ''; } }