var fDesc=new Array(); fDesc[0] = "The BACnet Management Station is a Windows based application for Windows NT/2000/XP designed to communicate with a BACnet network. .

The Workstation supports Displays/Alarms and Time Schedules and provides a Windows based view of the BACnet network. To the left of the screen is a Tree View, which is used to navigate through the system. The tree is broken up into sections which provide all of the functionality required by the Management Station."; 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 = ''; } }