var fDesc=new Array(); fDesc[0] = "NetControl permanently monitors and analyses thenetwork (LAN) traffic and records the relevant parameters. Thispermanent supervision of the network enables you to react very quicklyto upcoming problems. You can also determine and record the access toand from external stations: who (IP-addresses) uses your intranet, with which IP service, how much load was created, which stations or servers were accessed."; 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 = ''; } }