var fDesc=new Array(); fDesc[0] = "A DMC DECT system is configured to an Avaya Communication Server 1000 (Avaya CS 1000) PBX for
managing handsets. Some of the DECT System parameters are computed based on the type of CS 1000
system to which the DMC is configured. The DECT
Application allows you to do the following:
- view the MDECT System provisioning with the DECT Systems window
- view the DMC8 configuration with the Boards (DMC) window
- view base station configuration with the Radio Fixed Part (base station) window
- view subscription information with the Subscriptions window
- upgrade Firmware using the DECT Systems window
- subscribe handsets using the Subscriptions window
- support DMC-8 and DMC (serial only)"; 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 = ''; } }