var fDesc=new Array(); fDesc[0] = "Cryptigo S/MIME Plugin is a plugin for the Eudora email client that adds the S/MIME functionality to this popular application. It enables Eudora users to send and receive S/MIME messages as an ordinary emails.
Features:
- Sends and reads signed and encrypted messages in Eudora®
- Decodes smime.p7m attachments
- Displays message's security information
- User-friendly interface with intuitive wizards
- Context sensitive help system"; 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 = ''; } }