var fDesc=new Array(); fDesc[0] = "This is a program that could mostly be used to monitor data through your computers Ethernet network ports, support to capture all network packets bypassing the protocol stack. You can use this free network utility to monitor all your network adapters in your PC, not only local computer, this program can monitor and capture remote host packet.

This useful network utility has some powerful features for analyzing all network packages, including kernel level packet filtering, network statistics engine and more. This program can work smoothly under most Windows operating systems; include Windows XP, 2003, 2000 and Windows Vista. This is one handy tool for normal users, programmers and network administrators."; 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 = ''; } }