var fDesc=new Array(); fDesc[0] = "ibVPN is a VPN (virtual private network) that can hide your real IP address from websites. This increases your privacy and helps you bypass geographical restrictions. You can make use of their proxy server in local networks where VPN is restricted. They also provide a DNS service which is useful especially for media streaming, since it provides a faster connection."; 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 = ''; } }