var fDesc=new Array(); fDesc[0] = "A-PULSE CASP® Application Software together with the BPro® device captures real time arterial pulse waves using the applanation tonometry. These waveforms are used to derive the pulse waves related clinical indices, in particular Central Aortic Systolic Pressure (CASP) and radial Augmentation Index (rAI) to assess cardiovascular health and arterial stiffness.

In addition, A-PULSE CASP® Application Software also provides software application for evaluation, display, and archiving of BPro® arterial blood pressure pulse waves."; 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 = ''; } }