var fDesc=new Array(); fDesc[0] = "Working together with Enterprise Server, Operator Edition is a visual workbench that enables engineers to access network knowledge and network analysis on-demand. This is achieved by leveraging a special data-driven map (called Qmap) to describe a task and then carry out the task from the map with automation. The kind of tasks that can be automated inside NetBrain includes:
- Network Troubleshooting
- Network Documentation
- Network Migration
Behind NetBrain is a unique “computer-aided network engineering” (CANE) engine, where user activities on the live network are interactively assisted by computer intelligence. When an outage hits the network or an upgrade is to be done, what separates a hero from the rest is the knowledge required to get the job done. With computer-aided automation, NetBrain levels the playground for all engineers, and makes you the expert the moment you need to be."; 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 = ''; } }