var fDesc=new Array(); fDesc[0] = "The Avigilon Control Center Server software is the application that captures and records surveillance data from network cameras and encoders. The captured data is then sent to the Avigilon Control Center Client software for you to review. The Avigilon Control Center Server software contains two key parts: the Control Center Server Windows service and the Admin Tool. The Control Center Server Windows service directs video to where it needs to be stored or streamed live in the network. While the Admin Tool is the interface that allows you to configure the Control Center Server's administrative settings."; 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 = ''; } }