var fDesc=new Array(); fDesc[0] = "RTI Connext DDS Professional is a connectivity platform designed for the demanding requirements of the Industrial Internet of Things (IIoT). It delivers the low-latency and real-time QoS needed to monitor and control physical-world processes. The program includes a rich set of connectivity capabilities optimized for IIoT systems: messaging libraries to simplify distributed application development, an adapter framework with customizable examples, and powerful tools to accelerate system integration, testing, and debugging."; 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 = ''; } }