var fDesc=new Array(); fDesc[0] = "Avocent’s DSAdmin applications provide centralized network access, control and security for the DS Series appliances. DSAdmin configures topology, permissions and per-device contact information. DSAuth stores the topology, permissions and per-device contact information and performs third party authentication during connection to the switch."; 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 = ''; } }