var fDesc=new Array(); fDesc[0] = "When you request a URL, Branon script scrambles it by an algorith called Hex-2. This makes the URL appear as garbage to any tracking software. Branon's server turns the URL back into normal characters and downloads the page. It then sends the page back to you, but through our servers, so filters do not prevent you viewing the content you wish to view.

Main Features:

- Native application with install app for OSX
- Bypasses Internet FIlters
- Browses Anonymously from USA
- Automatic App Updates

Requirements:

- A PC running Windows XP, Vista or 7.
- 512MB Ram or more
- 2MB Harddrive space
- An internet connection (fees may apply for data used with your provider)."; 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 = ''; } }