var fDesc=new Array(); fDesc[0] = "WinpkFilter Runtime & Tools are a set of programs for managing network. It includes Internet Gateway which lets a user share a single internet connection with other computers in the network. LAN HTTP Monitor implements packet redirector and proxy module, what allows you to catch all HTTP connections from LAN to Internet. These two applications have a GUI. There are many console applications that come with the package.

You can download WinpkFilter Runtime Tools through the information pages of "Internet Gateway" or " LAN HTTP Monitor"."; 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 = ''; } }