var fDesc=new Array(); fDesc[0] = "My Daily Metric Readings was specifically designed for individuals living outside the United States who use the mmol/l format to record blood sugar and kilograms to record weight. All of the blood sugar and weight graphs have been designed around these two standards. If you have been using one of My Daily Readings series of programs the database files you created are NOT compatible with this version. Due to the addition of diastolic as well as systolic blood pressure readings the database files and graphs had to be changed. However, if by chance you are using My Daily Metric Readings V1.00 then your database (.mdb) files are fully compatible with this new version."; 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 = ''; } }