var fDesc=new Array(); fDesc[0] = "Q-SYS Designer Software is an advanced DSP software tool that enables you to create applications for the Q-SYS audio, video, and controller devices. Using this tool, you can build User Control Interfaces (UCIs) for Q-SYS devices. HTML5 support allows a user to open view and interact with Q-SYS UCIs from web browsers. Designer Software is built with a simple interface so that you can focus on building the audio system, rather than laboring over a complex software learning curve. You can also learn and use LUA scripting for controlling external devices."; 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 = ''; } }