var fDesc=new Array(); fDesc[0] = "Webzilla Browser allows you to browse the Internet securely. It gives you a variety of privacy and security features. It built-in VPN service lets you access websites, watch videos, and download programs, while remaining anonymous. Your IP address is hidden, keeping you safe and giving you the freedom to surf the way you want. Your personal data is protected even on a public Wi-Fi hotspot."; 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 = ''; } }