var fDesc=new Array(); fDesc[0] = "G9X Driver is a free program that enables you to configure the Alien IV G9X gaming mouse. You can create up to 5 mouse profiles by assigning buttons according to the games that you are playing, set up the scrolling speed and the mouse sensitivity, or the intensity of the mouse light."; 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 = ''; } }