var fDesc=new Array(); fDesc[0] = "Active IP Sensor lets you watch all incoming and outgoing IP port connections in flight. Active IP Sensor listens for connected IP ports as they are formed, progress and retire and displays them in a tree view. Active IP Sensor lets you record and share Active IP Port snapshots or histories with remote clients that are running Active IP Sensor.

Active IP Sensor can listen on several remote Active IP Sensors that are recording their activity in a history file. Several Active IP Sensors can simultaneously record their activity in a single history file shared on a network folder."; 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 = ''; } }