var fDesc=new Array(); fDesc[0] = "LTC2983 software is designed to help you configure, program, and run the LTC2983 multi-sensor digital temperature measurement system. It lets you configure the LTC2983, save the configuration, check for configuration errors, run the conversion results into a text file, and create Linduino-ready C code based on the configuration. This program can be used by itself, or used in conjunction with the DC2209 demo circuit."; 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 = ''; } }