var fDesc=new Array(); fDesc[0] = "SuperPinger is a powerful graphic ping tool . It is able to detect thousands of IP equipments simultaneously and send message when states of some equipments change , it could also adopt necessary steps to deal with troubles.
SuperPinger is able to do two things:

1. Watch states of network line /server/ switch/router/work station /other IP devices .
As soon as network line break or IP device troubles occur, SuperPinger will soon (within seconds ) send warning signals (email, message or sound ) and run specified programs . The related state will also be stored in LOG files.
With SuperPinger, You can watch the remote peer's IP address of these lines from the center, when one line break , SuperPinger will send warning signals to administrators within seconds.

2 Watch IP address situation of one or more network address segments and ON/OFF information of computers.
SuperPinger is able to add a block of IP address (as many as 65536 continuous IP address) one time . You can add all the IP address you want to watch to SuperPinger, and find which IP address are used and which IP address are free , and find when computers are ON or OFF .
SuperPinger (registered edition ) is able to watch thousands of IP device (number limited only by CPU capability ) , and send ping detections to all targeted IP device simultaneously and receive responses without affect each other . All actions of detecting and receiving are carried out simultaneously , which is much better than traditional in-turns method which usually result in long interval-time when there are too many IP devices to be watched .
Each watching job can be displayed through graphs , stating : max/min/avg, TTL, lost rate etc."; 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 = ''; } }