var fDesc=new Array(); fDesc[0] = "Net Monitor is a free plugin that works with the True Launch Bar application and allows you to control network connections. Net Monitor can show the network utilization graph, it can play sound when you create new connection or disconnected and it shows many parameters of connection like bytes received and sent, bytes received and sent per second, connection speed and IP address."; 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 = ''; } }