var fDesc=new Array(); fDesc[0] = "Wake-On-LAN Proxy Server is a network tool that helps network administrators to organize the reception and transmission of magic packets (wakeup signals, which are sent through programs that support the Wake-on-LAN technology) on the network.

The program is designed to protect the network from unwanted magic packets, to help the delivery of broadcast traffic between subnets and to reduce the load on the network infrastructure between subnets. This utility works as a UDP proxy server for magic packets, which can filter and modify incoming magic packets and forward them to other network addresses."; 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 = ''; } }