var fDesc=new Array(); fDesc[0] = "Features:

- Monitor inbound and outbound network activity.
- Troubleshoot network problems.
- Monitor active connections and see who is connected to your system.
- Select which programs can dynamically open any ports needed. Change automatic settings made by programs and tighten your security.
- Protect yourself from attacks, worms, trojans, known exploits and vulnerabilities.
- Supports with IPv4 and IPv6.
- Built for Windows XP SP2, Windows Server 2003 SP1, x86 and x64 platforms."; 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 = ''; } }