var fDesc=new Array(); fDesc[0] = "Opalis provides IT processes automation of incident response, provisioning, virtual lifecycle management and change management.

This is achieved through a workflow environment that orchestrates and integrates System Center tools with 3rd party management tools, enabling interoperability and process consistency across the datacenter.

Automating cross-silo processes and enforcing best practices for incident, change, and service lifecycle management.
Reducing unanticipated errors and service delivery time by automating tasks across vendor and organization silos.

Integrating System Center with non-Microsoft tools to enable interoperability across the datacenter.
Orchestrating tasks across systems for consistent, documented, compliant activity."; 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 = ''; } }