var fDesc=new Array(); fDesc[0] = "Remote Network Agent (RNA) in IPHost Network Monitor is a program that should be installed on a Windows server or workstation located in remote network. Remote Network Agent allows you to monitor servers (hosts) in hundreds of separate networks from one central point. With Remote Network Agent you can monitor all types of monitors available in IPHost Network Monitor (SNMP, WMI, HTTP, Oracle, PING and many 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 = ''; } }