var fDesc=new Array(); fDesc[0] = "BySoft Network Monitor 1.2 displays all kind of information in real time (1-second update) about all network adapters (network cards, RAS connections, virtual cards, server monitoring for web hosting) in your system.

Data displayed for each network adapter:
- Current download speed
- Current upload speed
- Total data downloaded
- Total data uploaded
- IP address
- Adapter speed
- MTU size
- Adapter type
- MAC address
- Status
- Admin status
- many more"; 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 = ''; } }