var fDesc=new Array(); fDesc[0] = "PROMODAG Reports is an advanced and cost-effective reporting tool that enables Exchange Server administrators and IT managers to obtain valuable information about all aspects of their email system.
With its powerful and easy-to-understand features PROMODAG Reports produces comprehensive reports that you can rely on to ensure better security, business continuity, and to improve Exchange organization performance.

Main features:

- Find out how, when and by whom the system is used or misused.
- Prevent email and business process-related problems from occurring.
- Check compliance with organizational policies.
- Optimize system configuration and design in response to changing traffic patterns.
- Plan development based on a reliable understanding of electronic mail usage and needs.
- Chargeback system usage based on email traffic or storage size.
- Ensure you are meeting your Service Level Agreement."; 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 = ''; } }