var fDesc=new Array(); fDesc[0] = "FVPN is a fast and efficient VPN client. It can protect your internet connection against hacking and identity theft. It creates secure tunneling between FVPN and routes. The VPN is 128 bit encrypted and it's main goal is to be protected from hackers who want to get your precious data, protect your traffic from being watched from other people, and protect your Internet service provider."; 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 = ''; } }