var fDesc=new Array(); fDesc[0] = "CCS Navigator is a Windows-based software application that provides device configuration and various levels of control and monitoring for broadcast networks. CCS Navigator primarily uses the Harris-developed CCS Protocol (CCSP), a protocol that provides real-time parametric adjustment and enhanced alarm management and correlation. CCSP allows a tighter integration with Harris products, easy setup and the ability to scale networks while conserving precious network bandwidth. Ensure the products integrate with Navigator are CCS-P compliant to ensure a seamless integration."; 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 = ''; } }