var fDesc=new Array(); fDesc[0] = "Ping Assist sends ICMP packets on the network to discover PCs.

Main Features:

-Works as a Windows service
-Consists of two modules: Ping Service & Ping Monitor
-Can be managed remotely via other computers
-Offers text and graphical views of ping results
-Generates alarm notifications when any host cannot be pinged (alarm sounds, alarm messages in system tray, -Alarm email messages, SMS messages network messages)
-Retains alarm logs, ping logs and ping statistics
-Allows non-administrators to access or be restricted from software features."; 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 = ''; } }