var fDesc=new Array(); fDesc[0] = "The PV Loop Add-On for LabChart is specifically designed for the analysis of in vivo ventricular pressure-volume data in small and large mammals, or ex vivo, using Working Heart systems. Features:
Choose which PV loops to analyze
Contractility index using ESPVR slope (linear or quadratic)
Compliance index using EDPVR slope (linear or exponential)
Preset calibrations for small and large mammals enable you to follow best practices for recording and analyzing PV data using Millar catheters. The Workflow modes are optimized for use with Millar's MPVS Ultra or MPVS 300/400 systems."; 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 = ''; } }