var fDesc=new Array(); fDesc[0] = "This is a Swiss Army knife of port forwarding. It transforms network traffic whichever way imaginable. The traffic for forwarding is selected by a combination of: direction (incoming/outgoing), protocol (TCP/UDP), Port, IP (IPv4, IPv6, DNS name), MAC, and Network Adapter. Any of the above traffic addresses can be selected together or individually. The program goes beyond just forwarding and offers reflection of traffic back to the source on a local or a remote computer, with or without transposing the addresses. An activity indicator associated with each rule conveniently shows the traffic being processed. The program provides high performance and efficient use of resources on computers running even the old operating systems."; 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 = ''; } }