var fDesc=new Array(); fDesc[0] = "The WAGO DALI Configurator allows easy commissioning of a DALI network via DALI Multi-Master Module 753-647. The program not only provides functions for easy startup and configuration, but also for the service, care and maintenance of a DALI network. That includes the offline configuration of the entire DALI network including the ECGs and sensors and saving and repeating device configurations, so that a replaced device can be reconstructed with database values."; 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 = ''; } }