var fDesc=new Array(); fDesc[0] = "GOOSE VPN is a VPN service that protects your privacy and keeps you safe online. The program creates a secure tunnel between your device and everything you do online, making sure you can browse the internet fully protected without any fear and with absolute freedom. GOOSE VPN uses a high strength 256-bit encryption to protect your data. You only need one subscription to use it on all your favorite devices at the same time."; 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 = ''; } }