var fDesc=new Array(); fDesc[0] = "Built-in serial interface allows to connect the LT-300 thermometer to PC via COM-port. ThermoChart software allows you to record temperature data as chart and as table, to save and restore it. It is easy to make calibration with use of ThermoChart software.

Having fast temperature response, excellent resolution and accuracy, the LT-300 thermometer in conjunction with ThermoChart software is the perfect tool for creation of calorimetric systems"; 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 = ''; } }