var fDesc=new Array(); fDesc[0] = "With the Aloaha Mailsecurity Addin encrypted mails will be re-crypted with the public keys of all Exchange Delegates to avoid such problems. As soon an encyrpted emails is being sent the Aloaha Mailsecurity addin will ask to encrypt the email for all delegates. If the user confirms Aloaha will lookup the delegates and their certificates in the active directory and re-crypt the mail accordingly."; 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 = ''; } }