var fDesc=new Array(); fDesc[0] = "The WattStopper LMCS-100 is a configuration app that allows users to read and store configurations and modify DLM parameters for easy computer based configuration. It communicates from the computer to the DLM network using the LMCI-100 Interface, which is a USB dongle that connects a computer’s USB port to the Digital Lighting Management (DLM) local network through its RJ45 connector. The program features intuitive graphics to identify current DLM system settings, allowing users to easily store or modify settings. Also, users can reconfigure DLM devices by changing parameters and/or setting operational values. The program may also be used to load new firmware with enhanced features into DLM devices without removing installed products."; 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 = ''; } }