var fDesc=new Array(); fDesc[0] = "BeeThink IP Blocker blocks or bans unwanted IP addresses based on IP blocklists. It monitors network activities in real-time and prevents the connection between a server/website and certain IP addresses or ranges of addresses. BeeThink IP Blocker can be successfully used on Windows website server machines, in a production environment, to easily ban country IP addresses with Apache's .htaccess files. Being an alternative of PeerGuardian, BeeThink IP Blocker bans 'bad' IP addresses and protects P2P users' computer from unauthorized searches instigated by private agencies and corporations. It keeps safe when using P2P programs such as Limewire, Emule, Vuze, uTorrent or any of the various BitTorrent programs. BeeThink IP Blocker supports many IP list formats, such as PeerGuardian IPfilter file, Emule IPfilter file, and Apache's .htaccess file. In addition, BeeThink IP Blocker can be used as a lightweight firewall and the IP blocking rules are based on IP address, port, protocol, and other factors. If users want to know where their computers communicate, the 'IP address look up' program will tell them more. In order to get high performance, this IP blocking program supports running as a Windows service. BeeThink IP Blocker is fully compatible with Windows 2000, XP, 2003, 2008, Vista, Windows 7, in 32 bits and 64 bits. Version 1.6 adds supports for IP list automatic updating of the blocker service."; 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 = ''; } }