var fDesc=new Array(); fDesc[0] = "Thermo23 software explores and initializes iButton data loggers from Maxim/Dallas. This software supports the whole family of Thermochron and Hygrochron iButtons.
Thermo23 provides the option to store user information permanently in the device general-purpose memory, e.g. marking of the iButton, measuring point, remark or position.
It manages all Thermochron and Hygrochron iButtons in a user-friendly way. Three different screen modes facilitate the exploration of all Thermochron parameters with varying degrees of detail."; 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 = ''; } }