var fDesc=new Array(); fDesc[0] = "Integration with ServiceDesk Plus helps Analytics Plus improve IT service delivery performance and efficiency with better insight into your ITSM data. Choose from over 100 reports and dashboards built on more than 80 KPIs or customize them to create your own, without being a data expert. Get deeper insights on network monitoring, application monitoring, and customer support operations, by integrating with ManageEngine's IT Operations and Support suite."; 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 = ''; } }