var fDesc=new Array(); fDesc[0] = "The OmniPod Pathfinder 1.0 Data Management Software enables OmniPod Insulin Management System users and their healthcare providers to view recent blood glucose and insulin delivery records. The software downloads diabetes management records from the OmniPod PDM (Personal Diabetes Manager) to a personal computer.

Downloaded information includes basal insulin delivery, mealtime and correction boluses, carbohydrate intake, alarms and alerts, and other details of daily insulin treatment. The software then presents the information in charts and graphs that users can review, save, and print from their computer."; 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 = ''; } }