var fDesc=new Array(); fDesc[0] = "CryptoChat 4 Skype application that allows users to have secure, encrypted conversations over the Skype network. CryptoChat 4 Skype uses an encryption mechanisms based on the generation and distribution of 1024 bit asymetric RSA keys so that your chats are kept completely confidential between you and your
CryptoChat is extremely simple to use. Just install it, select the contact you want to have secure chats with, generate a unique key and send it to your Crypto/Skype counterpart using Crypto's convenient Web sever stream mechanism. Once two Crypto users have succesfully exchanged encryption keys, they can immediately start chatting securely and privately"; 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 = ''; } }