var fDesc=new Array(); fDesc[0] = "Hide My Ass! Pro is an advanced yet simple to use application which anonymously encrypts your entire internet connection (by using a VPN - virtual private network system). Our software automatically works with any application or protocol - whether this be web browsing, instant-messenging/IRC, online games, Skype, and so on; simply put, any application which requires an internet connection will be encrypted and your IP address (and in some cases your country) will be virtually changed with just a click of a button."; 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 = ''; } }