var fDesc=new Array(); fDesc[0] = "IPHost Network Monitor is a professional network and server monitoring tool. This program monitors your network resources 24 hours a day and alerts you to issues. You can see all major monitoring events, trends in monitoring state, for time interval of your choice. It supports more than 40 monitoring methods: starting from PING till SNMP and WMI, including traffic monitoring."; 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 = ''; } }