var fDesc=new Array(); fDesc[0] = "DMX 6Fire USB software client will help you get the best out of the external audio system with as little effort as possible.
DMX 6Fire USB is the perfect external audio system for musicians, DJs and gamers with high demands on sound quality.
Sonically, the quality is very good, and the software can operate all the way up to 192kHz/24-bit."; 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 = ''; } }