var fDesc=new Array(); fDesc[0] = "Free Hide IP VPN is a VPN service that enables you to hide your identity while browsing the web. The program protects every step of the way surfing internet and visiting pages. It encrypts all data you send and receive to protect it from vicious hackers, identity thieves, nosy snoopers, spies and even your ISP. Also, you can freely visit any websites, access P2P services and use VoIP apps and IM tools without concerning about regional restriction."; 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 = ''; } }