var fDesc=new Array(); fDesc[0] = "BMC Remedy OnDemand gives your organization access to all the benefits of BMC’s industry-leading IT Service Management (ITSM) solutions without the costs and overhead associated with hosting and managing on-premise software.
BMC Remedy OnDemand includes the industry's leading asset and inventory management solution, making it easier for you to request, fulfill, track, and manage valuable company property."; 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 = ''; } }