var fDesc=new Array(); fDesc[0] = "Emulex HBAnyware management application provides comprehensive control of Emulex LightPulse Fibre Channel HBAs and Fibre Channel over Ethernet (FCoE) converged network adapters (CNAs) within a centralized, cross platform framework, combining flexible remote-management options with secure access control. Broad operating system support ensures seamless integration and operation within Enterprise SAN environments; while the graphical user interface (GUI) and command line interface (CLI) options provide greater management flexibility."; 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 = ''; } }