var fDesc=new Array(); fDesc[0] = "The TempSense Designer software allows the user to easily design temperature sensing circuits for many of the Texas Instruments battery charger devices. A full listing of the supported devices is included under the "Support" menu in the program. The user can use the thermisters included in the database or add to the Excel spreadsheet.

Main Features:

- Worse-case limits of the resistance
- Trip voltages
- Temperatures of the design"; 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 = ''; } }