var fDesc=new Array(); fDesc[0] = "The Lifestyle Toolbox Blood Pressure Recorder is completely free of charge.

Use it daily with a blood pressure meter to keep check of what your blood pressure is doing. High Blood Pressure or Hypertension is very common and a major cause of premature death in the western world. If you are over 40 years old, you need to make sure you do not have it. If you do then you need to see a doctor for advice on how to treat it."; 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 = ''; } }