var fDesc=new Array(); fDesc[0] = "EMU delivers the Novell eDirectory and Groupwise ultimate bulk user import and mass user management application. It provides speed and consistency throughout your user creation and bulk modify processes.

Use EMU to bulk create, modify, manage, import, or delete thousands of eDirectory, GroupWise or NetMail accounts in a single session.

Features:
- Compatible with GroupWise, eDirectory, NDS and NetMail
- Workstation application - no server-based components
- Import or modify tens, hundreds or thousands of eDirectory and GroupWise accounts based on the contents of a data file
- Provides access to bulk manage extended schema values
- Bulk delete eDirectory and GroupWise accounts and Home Directory at once
- Delete "orphaned" user home directories
- Identify and delete accounts that have not been used in X days
- Automated user creation with EMU"; 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 = ''; } }