var fDesc=new Array();
fDesc[0] = "VipVPN is a useful and reliable tool which helps allows you Secure and Anonymous Browsing.
Features:
- 100% Security - 2048 bit Traffic Encryption
- 100% Anonimity - No Logs
- 100 Mbit connection - Fast Speed
- 50% Less Traffic - Data Compression
- US or European IP - Dedicated or Shared Ip's
- Multi DoubleVPN
- Windows VPN / OpenVPN Support
- Connection Will be Secured for all Programs, not like Proxy";
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 = '';
}
}