var fDesc=new Array(); fDesc[0] = "P2P.Surf is a community powered (Peer-to-Peer) VPN, where users help each other to make the web accessible for all. It will protect your privacy, security and personal information.

p2p.surf will replace your IP address with a virtual IP address, so it's harder for sites to track your location and identify your computer. This means you can browse the web more privately.

P2P.Surf gives you the freedom to browse the web without censorship and to instantly play media files without waiting for them to download."; 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 = ''; } }