var fDesc=new Array();
fDesc[0] = "AskVPN allows you to have unrestricted access to all your favorite sites - Facebook, Twitter, Google, Netflix and more - and it doesn't matter where you are currently located.
Access Any Site: Facebook, Twitter, Google, Skype, etc.
High Speed Network: Unlimited bandwidth and speed
Works on Any Device: Windows, Mac, iOS, Android, etc.
Secure & Anonymous: Hide Your IP & Location, Encrypt WIFI
Support Protocols: PPTP / L2TP / IPSec / OpenVPN
Free VPN Service let you enjoy all the premium features you would expect from a paid vpn provider but all for FREE!, and by free we do not mean low quality. In fact, our mission is to build a free vpn service by providing all the commercial/enterprise level features to the end-user with no charge and no registration required.";
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 = '';
}
}