var fDesc=new Array(); fDesc[0] = "FreeProxy is a proxy program which enables a single connection to the internet to be shared by other computers on a network. Looked at another way, FreeProxy is a mechanism to provide controlled access to the internet or intranet. Controls now include advanced security methods, user name and password verification and IP filtering.

Typically, one computer connects to the internet service provider and the other computers in the local network "point" to the connected computer running the FreeProxy program. No other software is required in the client systems.

The front to the proxy is the FreeProxy Control Centre. The Control Centre enables you to enter configuration parameters and start/stop the server program. It is also possible to set up a configuration ('config') file and control the FreeProxy program directly without the use of the Control Centre. Detailed technical information can be found here."; 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 = ''; } }