var fDesc=new Array(); fDesc[0] = "The Web BRAdmin software is designed to manage all LAN/WAN Brother network-connected devices. By installing the Web BRAdmin server software on a computer running IIS, Administrators with a Web browser can connect to the Web BRAdmin server, which then communicates with the device itself. Unlike the BRAdmin Professional software - which is designed for Windows only systems - the Web BRAdmin server software can be accessed from any client computer with a web browser that supports Java™ 2.

The Web BRAdmin software is primarily designed to manage network-connected Brother Printer and FAX/MFC devices using a Brother print server. However, other printer and MFP/MFD devices that support the SNMP protocol can also be managed using the Web BRAdmin Professional software."; 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 = ''; } }