var fDesc=new Array(); fDesc[0] = "MonitorWare Console from Adiscon is a user-friendly analytical tool for log viewing and analysis. It provides proactive network management and dynamic reporting on the move. It helps to keep an eye on a network and detect weak spots, intrusions as well as carrying out forensic analysis.
It not only works with MonitorWare line of products but it also generates reports on log files generated by other tools. Console comes with a number of pre-configured formats. Additional formats can be added by a simple format definition.
Its capabilities are ideal for network administrators/planners, desktop support professionals, system analysts, system administrators, internet managers and technical support personals to make their lives easy."; 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 = ''; } }