var fDesc=new Array(); fDesc[0] = "ChrisPC Anonymous Proxy Pro allows you to access websites through a proxy relay, which protects your identity/location. The proxy-relay consists in hundreds of proxy servers around the globe which can form a temporary sequence circuit of several proxy servers that take your data packages and delivers them back and forth from and to the destination of your choice.

ChrisPC Anonymous Proxy Pro version gives you the option of choosing the speed of your end-point proxy. You can also select the IP of the end-point proxy which will be the IP address assigned to you and seen by the websites you access."; 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 = ''; } }