var fDesc=new Array(); fDesc[0] = "Actiheart is a compact, chest-worn device that records heart rate, inter-beat-interval (IBI), and physical activity. Actiheart digitizes the ECG signal and determines the IBI from the R-to-R interval. Through the use of a software program, the user configures the device for data recording. At the time of configuration, the user may determine which combinations of IBI, Heart Rate, and Activity to record on board the monitor for later download. Following the recording session, the data are transferred to the computer for storage, viewing, and analysis. From the IBI recordings, the heart rate and heart rate variability parameters are calculated. Caloric expenditure can be obtained through the use of a software algorithm that combines concurrent heart rate and activity data. Actiheart is the new gold standard for measuring energy expenditure and has been validated against doubly labeled water (publication in press)."; 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 = ''; } }