var fDesc=new Array(); fDesc[0] = "Blockless is a free VPN service that allows you to protect yourself online. The program uses Smart DNS technology to give you freedom, anonymity and safety when you browse the web. Use Smart Guard to prevent annoying internet ads, phishing websites, viruses and malware on your computer, mobile, or any other device that works with Blockless."; 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 = ''; } }