var fDesc=new Array(); fDesc[0] = "CaptionWare is an easy to use application, designed to simplify the encoding of XDS (V-Chip, TSID, CGMS-A, Program ID, etc), and to deliver a common control access point for Evertz 8000 and 9000 Closed Caption products.
CaptionWare also addresses the need for Closed Caption looping requirements, typically required for pledge drives. This simple to use software allows users to create and recall existing files, and to set the duration and number of loop intervals to run the Closed Caption message.
The software is also a very helpful test tool when debugging your plant set-up. CaptionWare gives the user an easy way to insert caption test messages, allowing simple debugging of any downstream products or decoders."; 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 = ''; } }