var fDesc=new Array(); fDesc[0] = "WinControl enables you to set all functions and parameters of AXYS speaker system. It directly controls DDC-driven products, and enables the upload of DDA-calculated DDS directivity files. It is also used to define other audio parameters that are critical to achieving the full capabilities of an installation within a specific acoustic space."; 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 = ''; } }