var fDesc=new Array(); fDesc[0] = "EZ Pinger is a network monitoring and management tool for testing Internet and local hosts via Ping, TCP connections, Windows services, Windows shares, and web servers via HTTP. When a host goes offline or comes online alerts can be sent via email, on-screen popup, HTTP, or EZ Pinger can launch external programs in response to online/offline events. It also includes other tools for assisting with networking tasks, such as a very high speed Trace Route, and very detailed reports of computer network-related status information. It also offers an extensible open plugin architecture to make it easy for software developers to write their own host testing modules."; 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 = ''; } }