var fDesc=new Array(); fDesc[0] = "GX-990 Gaming Mouse is a program specially designed for the GX-990 Sven optical mouse. It provides high comfort for gaming process. The triple-click button from the mouse can be accessed for the program's interface to switch between 1000/1500/2000/2500 dpi resolution buttons. You may build macros to your liking, and adjust the sensitivity of buttons."; 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 = ''; } }