var fDesc=new Array(); fDesc[0] = "Device Manager for Solaris provides a graphical way to view, monitor and configure 3Com® Switches and Routers.

The default user is admin with a password of admin. The admin user can create other users.

It is recommended that the default admin password is modified the first time the admin user logs on.

There are two user privilege levels:

- administrator users have full configuration rights
- other users can monitor, but cannot execute any configuration operations."; 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 = ''; } }