var fDesc=new Array(); fDesc[0] = "Surfing Tunnel is a personal proxy for anonymous surfing on Internet. This software is based on distributed, anonymous network technology. Surfing Tunnel establishes a encrypted connection with distributed network. Accessing internet through this connection, you can get much benefit including:
Protect your personal information(privacy) away from tracking.
Access any websites including that blocked by your ISP or company.
Stop search engines from profiling your Internet surfing.
Hide the location (i.e. Mask your real IP address) of where you are surfing from.
Change your public IP address belong to special countries or random. (new) ."; 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 = ''; } }