var fDesc=new Array(); fDesc[0] = "EtherScout is an Internet traffic monitoring utility that sits in your network and records and analyzes traffic patterns of Internet usage. Reports can be generated in real time, showing detailed information on what users are doing, or trends of surfing behavior on your network.

After collecting this information, EtherScout reports can immediately show you: which Web sites users have just been viewing; what Web sites are most commonly visited through your network; how much network traffic users are generating per day, week, or month; and how much traffic each protocol is generating and by whom.

You can even write your own reports using HTML and SQL, allowing you to extract the exact information you need to see."; 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 = ''; } }