var fDesc=new Array(); fDesc[0] = "System Setup enables you to qset up your FAS2220, FAS2240, FAS2520, FAS2552, FAS2554, FAS3220, FAS3250, FAS8020, FAS8040 and FAS8060 series storage systems quickly and easily using NetApp best practices and optimizing performance for Clustered Data ONTAP. It also enables you to setup FAS2220 and FAS2240 in Data ONTAP 7-mode quickly. You can use this software to configure your network, storage, and protocols with either a single storage controller or multiple controllers."; 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 = ''; } }