var fDesc=new Array(); fDesc[0] = "BS-Ping - System for addresses check (host name or IP-address).
It allows an automatic analysis of the access and the condition of a set address or domain.
The module also contains an editor, with which POST and GET requests can be processed.

The basic version works with one channel. The professional versions work with five to five hundred channels.

A semi-professional tool for time analysis. It can be used by system administrators and security specialists, as well as a student aid when mastering network technologies."; 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 = ''; } }