var fDesc=new Array(); fDesc[0] = "Are you relying on best guesses to identify underused physical servers and virtual hosts? PlateSpin® Recon's unique workload profiling tracks actual CPU, disk, memory, and network utilization over time, on both physical and virtual hosts.
PlateSpin Recon's Virtual Capacity Management finds underused resources in your virtualized IT environment and lets you reclaim or reassign allocated resources."; 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 = ''; } }