var fDesc=new Array(); fDesc[0] = "The Trebing Himstedt DTM Library contains CommDTMs for network transition for communication with PROFIBUS DP, PA, and HART devices in PROFIBUS networks. The Trebing Himstedt DTM Library CommDTMs can be used in all FDT frame applications according to FDT specification 1.2 Addendum. These include, amongst others, the Endress Hauser FieldCare application and PACTware. In addition, the Condi- tion Monitoring functionality in FieldCare is supported by all CommDTMs."; 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 = ''; } }