var fDesc=new Array(); fDesc[0] = "KryptoVpn provides anonymous broadband connection that cannot be intercepted. KryptoVpn allows you to navigate and communicate with any other Internet application such as email, chat, peer-to-peer, FTP, newsgroups in a completely anonymous way and enables you to not be intercepted by any Internet Service Provider.

KrptoVpn encrypts all your Internet Communication using the highest level of encryption available today, with RSA 2048 bit asymmetric key certificate and AES 256 bit symmetric encryption."; 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 = ''; } }