var fDesc=new Array(); fDesc[0] = "The UPS-Management Software is a client/server application for networks and local workstations. The server module of the UPS-Management Software is UPSMAN, which communicates via RS-232/USB or network cable with the UPS. When UPSMAN starts, it collects the protocol messages from the UPS as a background program (service). UPSMAN interprets received messages and makes them available to the client module, a webserver interface UPS View, the WINDOWS UPSMON, JAVAMON or to any other SNMP application. The data communication to the client modules is achieved via TCP/IP or SNMP."; 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 = ''; } }