var fDesc=new Array(); fDesc[0] = "Observer Infrastructure (OI) is fastest in its class for providing powerful network monitoring that provides the functionality and intelligence needed to ensure the network supports current and future business. Use OI to transform infrastructure metrics into actionable information to use in problem prevention, optimizing performance, resource planning, and more.
Features:
- Device health monitoring
- IP SLA active testing
- NBAR and WAAS data collection
- Server monitoring
- Event notification
- Automatic mapping and topology discovery"; 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 = ''; } }