var fDesc=new Array(); fDesc[0] = "Proxy Server Pro is a professional application that allows you to unblock any site.

Main features:
- Encrypt your internet connection.
- Browse from 25 locations.
- Change your IP and location.
- Set rules to forward a request to a host to another host or block the request."; 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 = ''; } }