var fDesc=new Array(); fDesc[0] = "The Unity Pro PlantStruxure DTM Library contains the following Master DTMs and Generic DTMs for Unity Pro v7.0 or higher: PSx Ethernet RIO DTM (Version 1.2.22), Unity Pro Ethernet Configuration Tool (version 2.0.20), Unity Pro Generic Modbus DTM (version 1.1.10), Unity Pro Generic EthernetIP DTM (version 1.1.12). Unity Pro is an IEC 61131-3 programming, debugging and operating software for M340 PAC, Premium, Quantum, and Atrium PLCs."; 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 = ''; } }