var fDesc=new Array(); fDesc[0] = "Does your company use Proxy servers? Do you travel a lot with your laptop and connecting to different networks? Do you want to surf anonymously? If answers are YES, then you definetly must check what Proxee has to offer. Proxee is an application which manages and stores proxy settings for internet browsing clients, such as Internet Explorer, Firefox and Opera. Protect your privacy with Proxee, and surf anonymously.
Features:
- Set automatically or manualy Proxy Settings to application it supports
- Add unlimited number of proxy servers
- Add unlimited profiles (PRO version)
- Backup of settings, before Proxee installation
- Profile and settings backup
- Ease of use
- Free and PRO versions available
- Automaticaly get public proxy servers"; 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 = ''; } }