var fDesc=new Array(); fDesc[0] = "NBMonitor tracks your Internet bandwidth, upload and downloads usage and monitors all your Internet activity. It shows all the active connections you have to the Internet at any given moment and also the volume of traffic flowing through them. You can view the statistical information about your network traffic that passes through network adapters and display incoming, outgoing and summary traffic statistic."; 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 = ''; } }