var fDesc=new Array(); fDesc[0] = "RS11 Setup Utility will assist you in configuring the RS11 Engine Data Converter for the particular message(s) required and calibration parameters, such as pulses/rev, analog scale factors, etc. Configuration data is sent to the RS11 via an USB interface, which can also serve as an output data monitor, if desired. The program allows you to save your entered configuration data either to the PC, as a text file, or to the RS11 memory."; 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 = ''; } }