var fDesc=new Array(); fDesc[0] = "WinProxy is the world-first proxy server and a firewall with integrated mail server for Windows 95/98/NT/2000/XP. It allows you to connect your entire local network to the Internet, through one (dynamic) IP address. WinProxy supports HTTP, FTP, GOPHER, Telnet, NNTP, SMTP, POP3, RealAudio and more protocols. WinProxy also features shared cache, dial-on-demand, user/group management, URL restricting, logging, and more. It supports also proxy cascading and configuration through www browser and allows centralized antivirus control of emails."; 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 = ''; } }