var fDesc=new Array(); fDesc[0] = "Virtual Machine Manager 2008 R2, now with Service Pack 1 (SP1), helps enable centralized management of physical and virtual IT infrastructure, increased server utilization, and dynamic resource optimization across multiple virtualization platforms. It includes end-to-end capabilities such as planning, deploying, managing, and optimizing the virtual infrastructure.

Benefits:

- Centrally creates and manages virtual machines across the entire datacenter
- Easily consolidates multiple physical servers onto virtual hosts
- Rapidly provisions and optimizes new and existing virtual machines
- Performance and Resource Optimization (PRO) enables the dynamic management of virtual resources through management packs that are PRO enabled. As an open and extensible platform, PRO encourages partners to design custom management packs that promote compatibility of their products and solutions with PRO's powerful management capabilities."; 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 = ''; } }