var fDesc=new Array(); fDesc[0] = "ChrisPC Anonymous Proxy can hide your IP address and location from websites that you are browsing. It provides a extensive list of countries as the location of your IP address. This program provides three modes of operation: Anonymous Proxy Mode, Expat Internet Browsing Mode, and Unblock Websites Mode. Unblock Websites Mode helps you bypass Internet censorship and access websites that are blocked in your country, school, or office.

Expat Internet Browsing Mode (for accessing Geo-restricted websites) is only available in the Pro version."; 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 = ''; } }