var fDesc=new Array(); fDesc[0] = "ION HEALTH SUITE is a free program that lets you download readings from your ION USB Wrist Blood Pressure Monitor or USB Insta-Scan Thermometer, store them securely on your computer and analyze them. It provides you with a better understanding of your blood pressure or temperature to help you and your health care professional manage your health more effectively."; 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 = ''; } }