var fDesc=new Array(); fDesc[0] = "Network Diagram - Your detailed view of networking activity
for Windows Me/9x/2000/XP.
Control shared files usage with NetDiagram. NetDiagram lets you to monitor in real time what files are downloading, current download speed and remaining loading time.

Main Features:
Works with all major network connections: Ethernet Cards, Dial-up Modem, Cable Modem and DSL Modem
Option to notify you or disconnect from the Internet automatically when network activity is low a certain level
Detailed information about incoming and outcoming connections: (Username, Computer name, IP address, Download and Upload Speed, Time)
Information about all current opened files
Possibility to close files downloading or uploading at any time
Reports about user connections, files, network activity by time periods, and others"; 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 = ''; } }