var fDesc=new Array(); fDesc[0] = "This tool works with the Avigilon Control Center Server software to give you access and control of your Avigilon High Definition Surveillance System. The Client software allows you to view live and recorded video, and control user access to the Avigilon Control Center."; 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 = ''; } }