var fDesc=new Array(); fDesc[0] = "Professional Audit Expander™ (PAE) is a powerful tool designed to analyse and audit the security and the configuration of your entire Microsoft© Windows NT/2000/2003/XP networks.

Professional Audit Expander is the only solution that allows you to :
-View, analyse and report on the system security (NTFS, audit and ownership) including security inconsistency, direct differences, changes through time, inheritance, group and user effective rights
-View the files and folders size and disk occupation
-View, analyse, monitor, inventory and report in real time on all the systems and network configurations

Let WinSysBee Professional Audit Expander help you to guarantee the success of your server and desktop migration projects, your audit and consulting missions, the reinforcement of your security strategy, the optimization of your system and network productivity."; 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 = ''; } }