var fDesc=new Array(); fDesc[0] = "With Check Host Pro you just need to define the host name or IP address of the server you want to monitor. Then you can choose the method of monitoring - a simple ping or a socket connection (optionally TCP or UDP) on any port. Additionally the frequency, timeout as well as the time period, when the service should be monitored, can be defined."; 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 = ''; } }