var fDesc=new Array(); fDesc[0] = "AntiFirewall will penetrate the firewall and connect to the Internet address of your choice, making it possible for you to read and post to News and use FTP, IRC, ICQ from behind the firewall.
Talk safely to perfect strangers: the destination computers won't know your true IP address (it will be replaced by a different address, which they won't be able to trace back to your company or home computer). If you have no firewall to break free from, you can still use AntiFirewall as effective anonymizing software."; 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 = ''; } }