var fDesc=new Array(); fDesc[0] = "ASTRO Command Center lets you configure your ASTRO gaming hardware. Using this application, you can update the firmware and customize the input and output settings of MixAmp Pro TR and other devices. Stream settings can be used to adjust Game Volume, Chat Audio, Microphone and AUX channels individually for a mix that works in any environment."; 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 = ''; } }