var fDesc=new Array(); fDesc[0] = "UAC-2 MixEfx is a mix application designed specifically for the UAC-2 audio converter. You can make settings for the built-in mixer and for the high-quality monitoring effects. In addition to LO CUT and PHASE reversal functions, other functions include LOOPBACK, which sends the input signal and computer signal back to the computer, and MEMORY, which allows you to save settings with one touch. Also, the program alerts you when a new version of the UAC-2 firmware is available so you can install it on your device."; 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 = ''; } }