var fDesc=new Array(); fDesc[0] = "The XML Proxy Server runs as a Windows Service (no IIS needed) and listens on port 43, just as a regular Whois server does. It takes a simple string of input and returns the same XML as the web service.

Special features of the installable proxy server:

- Provides a means of limiting quantity and rate of usage by IP address on a local network
- Can cache XML results in a SQL Server database to avoid the cost of duplicate queries"; 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 = ''; } }