var fDesc=new Array(); fDesc[0] = "My Blood Oxygen software will remind you to take a blood oxygen reading – an alert will run in your computer’s system tray at the times you choose to be reminded.
Enter in your SpO2 reading and optionally your pulse rate – My Blood Oxygen will record, analyze and chart your readings and additional information that may affect your blood oxygen levels such as medication, illness and sleep patterns."; 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 = ''; } }