var fDesc=new Array(); fDesc[0] = "For almost 65 years, Tanita has been, and continues to be, the world leader in precision electronic scales. In 1992 we introduced the world's first integrated body fat monitor for professional use, based on BIA technology (bioelectrical impedance analysis). Since then Tanita was, once again, first to bring this technology to the consumer for personal use at home. Tanita's performance, innovation, and quality are trusted worldwide.

This software displays the readings from the BC-601 in a graphical trend. Different diagrams can be chosen. Language English.

Recommended operating systems:

Windows XP, Vista or 7"; 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 = ''; } }