var fDesc=new Array(); fDesc[0] = "DEKSI Bandwidth Monitor allows you to monitor the traffic from your computers, servers, printers and other devices that are connected to your local area network or the Internet. DEKSI Bandwidth Monitor collects information about inbound and outbound traffic and displays the dynamic of the changing transferring speed in a map. DEKSI Bandwidth Monitor can perform specific actions from sending the SMS and email to rebooting the computer and service if critical values of volume were reached."; 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 = ''; } }