var fDesc=new Array(); fDesc[0] = "Storage Manager is a utility that you can use to work with Avid hard drives in your storage subsystem. Using Storage Manager, you can do the following:
- Identify Avid hard drives.
- Spin down Avid hard drives (SCSI and Fibre Channel only).
- Report and share test results by generating log files and sending them by e-mail to recipients that you specify.
- Update Avid hard drive firmware."; 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 = ''; } }