var fDesc=new Array(); fDesc[0] = "High performance predictive and pre-emptive monitoring of networks and systems infrastructure and core IP services 24/7. Highly flexible, automated, and comprehensive network discovery and mapping. A powerful alert management platform, featuring easy to use alarms, alerts and notification capabilities for real-time operations support.
Quick navigation with intuitive Web and Windows consoles. Air-tight security and configurable role-based management. A platform installed in just minutes and designed to be simple and intuitive to use right out of the box."; 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 = ''; } }