var fDesc=new Array(); fDesc[0] = "BMC Control-M/Enterprise Manager is a graphical tool that provides a focal point of control by consolidating the management of batch processing on all applications and platforms across the enterprise. Its interactive management-by-exception abilities extend beyond job-status monitoring, providing immediate multi-destination error notification and enhanced problem resolution capabilities that increase enterprise efficiency. This includes an option to monitor and manipulate the production environment in real time."; 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 = ''; } }