var fDesc=new Array(); fDesc[0] = "LAN Protector is a powerful Local Area Network protection tool. Network Access Control makes sure that only authorized computers and devices have access to your network. With Silent Network Monitoring you can have a passive overview of who is currently connected to your network without letting anyone know about you “listening”.

Enforce Network Configuration makes you certain that everyone accessing the network are using assigned network addresses, never again causing network address conflicts.LAN Protector has a rich and intuitive Graphical User Interface, easily define sets of Rules to protect single or multiple Local Area Networks at once and remotely monitor network activity in real-time."; 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 = ''; } }