var fDesc=new Array(); fDesc[0] = "Geo Firewall allows you to block geographical regions, individual countries, and custom networks on your web browser and other Internet applications. It also shows which countries the computer is accessing or is being accessed from. It has a simple tree-like list that contains geographical territories that are used for creating the rules: blocked (checked) or allowed (unchecked).

When used on servers, there are cases when computers from the blocked countries need to have access to only a certain range of TCP or UDP ports. In such cases, Port Exceptions allows you to specify exclusions from the blocking rules."; 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 = ''; } }