var fDesc=new Array(); fDesc[0] = "Buffered VPN protects you while browsing the Internet using a Virtual Private Network. It also allows you to access websites that are blocked in your college, company, or country. You can choose from the available server locations in its list; a maximum of 5 simultaneous connections are allowed."; 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 = ''; } }