var fDesc=new Array(); fDesc[0] = "Profiler Server for VMware unifies the view from all layers in the stack-from the user, all the way through to the disk-making administration more efficient, mitigating risks, and optimizing what you've got to work with. Now you can easily and affordably gain valuable insight into storage utilization across your entire enterprise, identify the impact of a failure, and trend and forecast for storage capacity planning and business continuity decisions-all from a single pane-of-glass view."; 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 = ''; } }