var fDesc=new Array(); fDesc[0] = "Firewall Analyzer will help network security administrators and IT Managers for bandwidth monitoring. The Firewall security events are intrusion detection, virus attacks, denial of service attack, etc. The program generates admin reports on all the firewall logs, addresses your network audit and regulatory compliance requirements. It will monitor firewall policies, which can be modified in firewall settings. You can use this piece of software for change management, configuration analysis, security audit of Firewall devices, bandwidth monitoring and security reporting."; 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 = ''; } }