var fDesc=new Array(); fDesc[0] = "The XT-SOFT PC software is a utility program that allows users to configure ProSense XTH-0-UNV, XTD-0-UNV and XTP series temperature transmitters easily. You can configure the following parameters: measuring unit (°C/°F), measuring range limits (-50 to 150°C), fault condition reaction (≤ 3.6 mA or ≥ 21.0 mA), output (4-20 mA or 20-4 mA), filter (0...8s), offset (-9.9 to +9.9 K), measurement point identification/TAG, and more."; 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 = ''; } }