var fDesc=new Array(); fDesc[0] = "Dell Lasso is a stand-alone SAN inventory collection utility that includes troubleshooting capabilities to help SAN administrators verify the SAN environment, troubleshoot problems, and perform repair validation. By automating and consolidating all pertinent Hardware and Software configuration details into a single collection, Dell Lasso can help troubleshooting, and expedite the Storage Area Network maintenance process by accelerating the problem resolution for target SAN attached servers, Dell EMC Storage Arrays, Fibre Channel Switches, Fibre Channel Tape Libraries, and direct attached SAS storage."; 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 = ''; } }