var fDesc=new Array(); fDesc[0] = "CProxy provides access to all the important Internet facilities such as HTTP (the World Wide Web), NNTP (newsgroups), Telnet, POP3 (incoming email), SMTP (outgoing email), SOCKS5, FTP and others. CProxy provides your Network Administrator with a powerful highly flexible tool for controlling and monitoring the kind of web content that finds its way onto your system. Undesirable material can be filtered in any number of ways by means of easy to follow dialogue windows and multiple-choice buttons. Click here to download existing Content Control lists."; 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 = ''; } }