var fDesc=new Array(); fDesc[0] = "LI-24/Hart Configurator program is used to change the configuration type temperature transducers Aplisens LI-24/Hart company.

The program communicates with the transmitter using the HART protocol via RS232 serial port.
With the help of the program can read, modify, and then enter all settings to the transmitter."; 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 = ''; } }