var fDesc=new Array(); fDesc[0] = "UPSmon is a multiplatform client-server software tool that enables remote monitoring of the UPS with SNMP, HTTP, and UDP. It features: local and remote shutdown, cascade monitoring and cross-platform interoperability with other servers, UDP communication with client software, HTTP communication with standard internet browsers, and more."; 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 = ''; } }