var fDesc=new Array(); fDesc[0] = "The HPE Storage Sizer is a downloadable sizing tool that helps to design a storage infrastructure that will meet your customer needs.

Main features:
- Provides localized parts and pricing for Americas, APJ and EMEA.
- Smart Update Technology brings new products or functionality to you.
- Encompasses the HPE Storage family.
- Updated at every New Product launch as part of the NPI process."; 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 = ''; } }