var fDesc=new Array(); fDesc[0] = "Tt eSPORTS Command Center is a free app that allows you to control mouse colors and buttons. Gamers can manage the colors (0~255, 0~255, 0~255) with both mouse and software to produce the stunning colors via the communication with the microcontroller. VENTUS Z uses 8-bit for each Red, Green and Blue color (total of 24-bit) with 256 shades of red, 256 shades of green, and 256 shades of blue, equals to 16.8 million colors, giving you the millions of possible colors"; 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 = ''; } }