var fDesc=new Array(); fDesc[0] = "The Weight Diary is designed to enhance usage of the UC-322, UC-321 and UC-321P Precision Personal Scales.

It accepts not only your weight data to show trend and BMI, but also your daily diet and activity in order to build a record of your eating and exercise habits.

This software is downloadable from A&D's website for all UC-321 users.

It is a standard accessory with the UC-321P, and it transfers all data automatically to your computer if connected by the cable provided.

(Data needs to be entered manually when used with UC-321.Displays a longer term trend such as 3 months in one screen.

This makes recognition of your weight or BMI trend easier for watching your health."; 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 = ''; } }