var fDesc=new Array(); fDesc[0] = "System Center Configuration Manager 2007 R2 comprehensively assesses, deploys, and updates servers, client computers, and devices-across physical, virtual, distributed, and mobile environments. Optimized for Windows, it is the best choice for gaining enhanced insight into and control over IT systems. With up to 70% of a system's total cost being incurred in the form of maintenance, effectively managing a company's IT infrastructure is one of the best ways to help reduce the total cost of ownership (TCO). System Center Configuration Manager, optimized for Windows and tightly integrated with Windows 7, maximizes infrastructure investments and drives greater efficiency. Used globally for configuration management by more enterprises than any other solution System Center Configuration Manager is the solution to ensure confidence whether your organization is large or small. System Center Configuration Manager intelligently automates IT systems management to reduce costs and to help organizations manage their global infrastructures more quickly and more precisely to improve visibility and control. Configuration Manager Supported Configurations Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2 System Center Configuration Manager is the best choice for gaining enhanced insight into, and control over, your IT systems."; 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 = ''; } }