var fDesc=new Array(); fDesc[0] = "The BreezeCONFIG ACCESS utility is an SNMP-based (Simple Network Management Protocol) application designed to manage BreezeAccess system components. The system administrator can usethe BreezeCONFIG ACCESS utility to control a large number of units from a single location.

The Configuration Utility window enables you to access a wide array of monitoring and configuration options. Each unit is displayed according to their IP address and the unit type. For example, AU-BS, SU-A/E-BD, SU-A/E-1D1V, as well as the unit location, which is defined in the Station Status window.


The Device List can be sorted by clicking one of the column headers, for example Type. The list is sorted in ascending order according to the selected column. Click again to sort in descending order. The default sorting is by IP Address, in ascending order.

Units are selected for configuration from this list. To select a unit, click to highlight the relevant row in the Device List. In Multiple Configuration mode you can use the Shift and Ctrl keys to select multiple units."; 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 = ''; } }