var fDesc=new Array(); fDesc[0] = "Parallels Management Console (PMC, formerly Virtuozzo Management Console, VZMC) is a powerful graphical management console for administrators to manage Parallels Virtuozzo Containers servers. Parallels Management Console empowers IT professionals to effectively manage individual servers with hundreds of containers with Parallels Management Console tools, including a wizard to create Container™ and application templates that enable efficient Container™ configuration, application loading and software patch management.

Parallels Management Console enables IT administrators to effectively manage individual physical servers and deploy and update applications simultaneously on the servers. Parallels Management Console provides a centralized view of multiple server information and software versions across all server resources, giving IT administrators an efficient, user-friendly interface for versioning and patch management. Virtuozzo replaces the most popular server resource management tool — the spreadsheet."; 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 = ''; } }