var fDesc=new Array(); fDesc[0] = "Adaptive Security Analyzer combines conventional filtering and expert rule configuration capabilities with self-learning and neural algorithms to identify and provide insight about known and new threats hidden in user and system data.

Whether your analysis requirements concern just a single firewall or thousands of devices and endpoints, Adaptive Security Analyzer empowers administrators and analysts challenged with monitoring and securing computing systems, certifying Payment Card Industry Data Security Standard (PCI DSS), Sarbanes-Oxley Act (SOX) and other regulatory requirements and assuring the integrity of database or other critical infrastructures."; 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 = ''; } }