var fDesc=new Array(); fDesc[0] = "Hemodynamic Monitoring Part III presents the principles that apply to monitoring mixed venous oxygen saturation in the critically ill patient.
Systemic oxygen delivery (cardiac output, SaO2, hemoglobin) and oxygen demand (amount of oxygen consumed by the tissues - VO2) as they relate to evaluating SvO2 is emphasized as well as the importance of maintaining a balance between oxygen delivery and oxygen demand."; 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 = ''; } }