var fDesc=new Array(); fDesc[0] = "Event Engineer - Allows you to quickly gather and organize your event logs from all of your connected servers. The ability to filter specific information as easy as a few mouse clicks.

Excellent tool Event Correlation and for monitoring security, application and system events that arise everyday. The tool provides the option to monitor only specific events (i.e. Critical Errors) or to simply monitor all events as they happen.

A must have tool for mid to large corporation that do not have the time to manually monitor their own event logs.


Requirements:

- Windows NT/2000/XP"; 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 = ''; } }