var fDesc=new Array(); fDesc[0] = "Home Monitoring of Blood pressure is very important to prevent and control hypertension.

Many people monitor blood pressure and pulse but cannot analyse complete history.

TrackMy Blood Pressure Monitoring Software allows you to enter your readings (systolic and diastolic blood pressure), graphically shows the trends, gives average, min/max for any defined period of time and also indicates which readings are out of normal range.

The program can be used for groups or multiple users.

-Records Systolic, Diastolic blood pressure and heart rate
-Analyses trend and displays average, max and min readings
-Graphical, tablular, histogram display
-Full Analysis Engine to indicate stage of hypertension as per Medical Guidelines
-Check for events outside normal range
-Graphical Representation
-Mutli User support
-User Friendly Interface"; 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 = ''; } }