var fDesc=new Array(); fDesc[0] = "AnonymousVPN gives you access to all the blocked websites and protects your privacy while surfing online. The program doesn't keep any of your browsing history in its servers. You also get industry-standard encryption to ensure that your traffic cannot be intercepted at the access point or ISP level. You can easily select the VPN server locations from its drop-down menu."; 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 = ''; } }