var fDesc=new Array(); fDesc[0] = "The Uplinx® Report Tool for Cisco Unified Communications saves you time by automatically producing customized professional reports in HTML, Excel, CSV, Windows Help and Microsoft Word in minutes. Reports can be also produced from the command line and scripted to allow scheduled or repetitive execution such as nightly report generation. Audit reports show when, what and who has changed the CUCM configuration. Audit report triggers can be defined to trigger any actions, such as an email which contains all details of any change."; 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 = ''; } }