var fDesc=new Array(); fDesc[0] = "TRUST GXT 148 Mouse software package installs the required drivers for GXT 148 optical gaming mouse. It also installs a system tray application that gives you quick access to your mouse settings. You can use this app to change the functions of 8 of its programmable buttons. You can also setup 5 different gaming profiles, program macros, and adjust the LED illumination."; 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 = ''; } }