var fDesc=new Array(); fDesc[0] = "Previously named ComSocks, ComTun is a powerful and easy to use Proxy/Firewall for internet connection sharing. ComTun has many advanced features useful for both business and home use. With support for access control and banner blocking, you have ultimate control of your connection. A fully customizable firewall protects you from hackers, and works seemlessly with the proxy service. ComTun uses NAT to give your clients a transparent connection to the Internet, and can be used to configure your clients automatically (with DHCP)."; 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 = ''; } }