var fDesc=new Array(); fDesc[0] = "My INR Software is Windows software that records and charts your Prothrombin Time/International Normalized Ratio (INR) readings and medication dosage.
My INR Software will record, chart, print and email reports of your INR readings and warfarin dosage. It can be used for home anticoagulation monitoring and communication with your doctor. My INR software can be used with any home monitoring INR device. It is a tool to help you track and self manage your blood coagulation 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 = ''; } }