var fDesc=new Array(); fDesc[0] = "Call Detail Record Tracker allows you to see the call detail records generated by Cisco CallManager so you can see performance details on a call-by-call basis. With Call Detail Record Tracker, you can sort and filter CDRs based on call time, call status, termination reason, phone number, phone ip, and more."; 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 = ''; } }