var fDesc=new Array(); fDesc[0] = "XD-2 SoftApp helps you configure the XD-2 device. The XD-2 software application gives you access to a number of setup parameters and the EQ and dynamics processing built-in to the XD-2 USB interface. Once the XD-2 software application is started, the are three main views which can be selected using the buttons on the right of the ascreen: Overview, Setup and DSP."; 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 = ''; } }