var fDesc=new Array(); fDesc[0] = "ZoogVPN allows you to bypass Internet censorship and geographical restrictions with its VPN Service. None of the websites would be able to get your real IP address or location. It can be useful in accessing video-streaming service that are restricted to certain counties. During an active VPN connection the application deletes the default gateway, making it impossible for your real IP to leak to unwanted third parties."; 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 = ''; } }