var fDesc=new Array(); fDesc[0] = "The IBM Storage Tier Advisor Tool is a Windows console application that analyzes heat data files produced by Easy Tier and produces a graphical display of the amount of "hot" data per volume and predictions of how additional Solid State Drive (SSD) capacity could benefit performance for the system and by storage pool. This version of the Storage Tier Advisor Tool supports heat data files produced by Easy Tier on SAN Volume Controller 6.x, Storwize V7000 6.x and DS8000 5.1, 5.1.5."; 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 = ''; } }