var fDesc=new Array(); fDesc[0] = "Betternet is a VPN service that allows you to browse the Internet without any restrictions or privacy concerns. This program is quite easy to use; simply install it, select the location of a VPN server, and click the "Connect" button. After connecting, your IP address and location are hidden from all websites, ensuring privacy. You can also access websites that are blocked in your country, school, or office."; 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 = ''; } }