var fDesc=new Array(); fDesc[0] = "The Solaro Console universal software was developed to provide optimum configuration of Neutrino and Uno Series processors. The program allows you to control any brand of Dante device on your network, with no need for Dante Controller, and to use enhanced network management tools. The Universal Protocol Control allows for greater expandability of controllable devices, to include a wide range of manufacturers and equipment models - not just audio products, but the whole spectrum of AV essentials."; 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 = ''; } }