var fDesc=new Array(); fDesc[0] = "HealthWatch Pro can be used to process and manage health data, including height, weight, waist, head circumference, arm circumference, sub-scapular skin-fold, blood pressure, etc. It can show and print all growth charts published by CDC, and automatically add patient's information on growth charts. This feature saves your times in data analysis with growth charts."; 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 = ''; } }