var fDesc=new Array(); fDesc[0] = "PrivacyProtectorGVN allows you to experience the first P2P-based VPN.
The application offers access to the entire Internet, it doesn't log your activity and it can't be stored by your ISP. You don't need to set up an account and it enables you to transfer unlimited amounts of data."; 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 = ''; } }