var fDesc=new Array(); fDesc[0] = "Get checkups of all your SANs and track changes with repeat checkups using Brocade SAN Health Diagnostics Capture. SAN Health Diagnostics Capture is a utility that securely audits and analyzes your SAN environment. Download it now and run it on any Windows-based PC that has a TCP/IP connection to your SAN switches. SAN Health Diagnostics Capture automatically discovers, analyzes, and reports the critical characteristics of your SANs, including switch, topology, and performance details. Audit results are presented in standard Excel and Visio formats."; 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 = ''; } }