var fDesc=new Array(); fDesc[0] = "Novell Identity Audit provides a simple yet powerful framework for searching, reporting and alerting on security, system and application events. It aggregates event data from a variety of Novell Identity and Access Management solutions and provides predefined reports that help demonstrate compliance, identify potential security issues and ensure the system is working as designed. Real-time alerts allow detection of critical events as soon as they occur, providing administrators with needed insight into user activity.

By including an embedded database and reporting system in an intuitive Web 2.0 interface, Novell Identity Audit provides the necessary tools for monitoring your identity infrastructure without requiring major investments in hardware, database licenses or personnel."; 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 = ''; } }