var fDesc=new Array(); fDesc[0] = "Kubios HRV is an advanced tool designed for studying the variability of heart beat intervals. Due to its wide variety of different analysis options and the easy to use interface, the software is suitable for researchers and clinicians with varying premises. Kubios HRV is mainly created for the analysis of normal human HRV, but should also be usable for animal researchers."; 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 = ''; } }