var fDesc=new Array(); fDesc[0] = "SecurityKISS Tunnel is a Virtual Private Network (VPN) implementation based on OpenVPN.

It creates a VPN between your laptop and our security gateway what prevents third parties from viewing your web browsing activities, instant messages, downloads, credit card information or anything else you send over the network. Our servers represent you on the Internet and your real IP address is hidden.
SecurityKISS Tunnel redirects all your online data through an impenetrable tunnel to our security gateway so all your online communication (web browsing, emails, instant messages, VoIP, social networking) is encrypted.
It no longer matters if someone intercepts your online traffic on the way. Even your Internet Provider will not know what you are doing on the web and it also makes it impossible for him to block or filter any traffic.

SecurityKISS Tunnel is not only about security. It also solves a number of common concerns:

- Access blocked websites from your office (YouTube, Flickr, gambling, blog sites, ICQ, email, chat)
- Unrestricted access to TV streams, Radio streams and others
- Use Skype and other VoIP even if it is blocked or distorted by your Internet Provider
- Avoid being identified by anyone including governments
- Access all content privately without censorship
- Unblock all ports with no configuration
- Unrestricted access for international users blocked by government control
- Protect your identity online by hiding your real IP address
- Assign your computer a new European IP address
- Hide your online activities from your boss, children and spouse"; 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 = ''; } }