var fDesc=new Array(); fDesc[0] = "The Network Instruments Management Server (NIMS) simplifies probe administration, management, security, and maintenance for IT professionals tasked with maintaining multiple software probes and probe appliances across the enterprise. From one central location, NIMS allows you to:
- Authenticate users for probe access
- Manage user passwords and permissions
- Ensure probe and software compliance
- Define probe rights by user, user group, or probe group
- Log probe access activity
- Share filters with Observer users
- License new probes automatically
- Efficiently administer upgrades
- Provide shared access to analysis tools"; 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 = ''; } }