var fDesc=new Array();
fDesc[0] = "Proxy Firewall has been designed for the end user. It provides an easy interface for using proxy servers.
In the last couple of years the Internet community has been awakening to the need of hiding their personal information by stealthing their real ip address. Internet users are being bombarded with "TARGETED" Internet advertisements in the form of email, popup, web banner, adware, trojan horse, redirected web pages and the list goes on. In the last year we have seen advertising companies awakening to to possibilities of targeted advertising. They are now charging big bucks to send ad's to targeted Internet users.
Many savvy Internet users have turned to using proxy servers, bouncers, redirects and other methods of cloaking their "ip" identity.
Unfortunately, not all Internet users have the know how, ability or resources to easily configure this type of privacy protection on their computer. This is where Proxy Firewall comes in.
Proxy Firewall will automatically detect when a program attempts to connect to the Internet. It will then allow the user one of three choices.
1. Allow the program to connect to the Internet directly
2. Do not allow the program to connect to the Internet
3. Use a proxy server for the connection
When an anonymous proxy server is used for the connection, your real information will not be seen by anyone.
The Proxy Firewall user can also select from a list of different proxy options. One example would be, to have the proxy server rotate with each connection. This option would give the user a separate new identity with every connection made.
Proxy Firewall is easy to use. It is also packed with options, that make it useful for even the most advanced of users.";
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 = '';
}
}