var fDesc=new Array(); fDesc[0] = "SAN Monitor delivers the visibility you need to stay a step ahead of potential performance problems lurking in your storage array.

Now you can speed past potential problems and stop them in their tracks — before they impact application and network performance. That means you can relax in your not-so-secret IT superhero lair (also known as the server room), knowing that all is well with your end users."; 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 = ''; } }