var fDesc=new Array(); fDesc[0] = "EclerNet Manager is a program that allows you to build a digital audio system. Using the app it’s possible to identify every device connected to the network and configure it together with the digital accessories that can be connected to it, like the WPTOUCH digital wall panel and the MPAGE16 digital paging station. Once the project file that stores this configuration is created and stored, the program can also include User Control Panels, which are graphical control screens, customized for the needs of each remote user."; 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 = ''; } }