var fDesc=new Array();
fDesc[0] = "FirePlotter is a real-time session monitor for your firewall. FirePlotter, simply shows you the traffic that is flowing through your internet connection moment to moment - in real-time. FirePlotter can also be described as a firewall traffic vizualizer, bandwidth analyzer, qos utility or connection monitor for your Cisco ASA/PIX firewall or FortiNet FortiGate firewall. FirePlotter can replay all the session data it collects for further detailed analysis.
FirePlotter benefits include:
# Installed & running in less than a minute.
# Using bandwidth more efficiently cuts costs.
# Increasing productivity, reducing liability.
# Delivering critical insight into firewall activity.
You can download 14 Day full evaluation of FirePlotter
FirePlotter helps IT Managers to discover:
# Hacker attacks, virus attacks and security breaches.
# Inappropriate internet usage by employees.
# Bandwidth utilization, protocol usage and web usage.
# FirePlotter answers questions like 'What tool can I use to find out who or what is using my bandwidth?'.";
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 = '';
}
}