var fDesc=new Array(); fDesc[0] = "IQ Web/FTP Server is a secure, ultra-fast FTP server and multi-threaded Web server for Windows, featuring XML-based GUI remote administration, authentication, separate upload/download speed limits, storage quotas, dynamic DNS.The new transparent proxying feature, when you install the content proxy to network gateway enables you to control your entire network for all programs going out to port 80 with content filtering and RAM/DISK caching!new reverse proxy URL rules screen. Here which URL rule should be routed/redirected to which LAN server information is entered. In routing, all the traffic passes through IQP whereas in redirection the client disconnects from the proxy and connects to the web server directly. Also, speed limits and authentication info is also set here. You can enter number of connections per IP address as well."; 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 = ''; } }