var fDesc=new Array(); fDesc[0] = "Automate end-to-end IT processes across your entire service management environment. Thousands of pre-built run books based on ITIL good practices.Graphical Development Studio for assembling workflows. Integration Mapping Wizard to simplify configuration of application interfaces. Operator Control Panel for control and monitoring of workflow execution. Tackle a simple task today and handle the most complex process and application integration needs over time. The system handles the highest workflow volume of routine tasks and process enforcement to reliably meet the dynamic day-in and day-out demands of the largest enterprises and Service Providers."; 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 = ''; } }