var fDesc=new Array(); fDesc[0] = "EmailAuth is a plugin for pGINA that lets you to authenticate your Windows users against one or more POP3/IMAP servers with or without SSL.

With his new easy to use interface, this plugin has been created to cope with the new features that were implemented. With it you can authenticate your clients to one or more hosts. There is a hosts list that keeps track of each host in the following format: protocol: host: port. You can, also add new entries to the list, modify existing entries and change the order of entries in it."; 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 = ''; } }