var fDesc=new Array(); fDesc[0] = "Monitor everything you always wanted to know about your Internet Connection and more. Every possible statistic available is all here in one small package. Features include:

Compatible with Modem, Cable, DSL and Satellite Connections
All statistics are in real time
Byteackets sent/received
Fin all open ports on your coShows who your really connected to
Local and remote IP
Option to disconnect from undesirable connections"; 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 = ''; } }