var fDesc=new Array();
fDesc[0] = "HotVPN Client is a program which allows you to secure your Internet connection in just a couple simple steps without having to deal with settings and complicated software.
Features:
- Connection via 1, 2 or even 4 servers.
- Exclusive 3-step data protection system.
- Quick IO change without interrupting the connection.
- Feature allowing automatic change of IP and server after regular time intervals.
- No logs – the history of user’s activity just doesn’t get saved anywhere.
- 100% anonymous payment method available.
- Simple and convenient software client.";
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 = '';
}
}