var fDesc=new Array(); fDesc[0] = "If Universal and Common Practice Commands of the HART® protocol are sufficient for commissioning, operation and maintenance of HART® field devices in a plant, any field device can be parameterized using the Generic HART® DTM. This DTM contains parameterization, diagnosis, display of dynamic variables and data acquisition with archiving in csv-formatted text files or Microsoft ACCESS data bases. In addition 5 calibration methods with a step by step guide are provided."; 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 = ''; } }