var fDesc=new Array(); fDesc[0] = "Static Relationships is a model for studying the pressure volume characteristics of the lung and chest wall system.
This application can measure:
- resting volume of the system
- compliance of the system
- transmural pressures of the lung, chest wall and total system when pressure is applied to the system.
- volume change resulting from the pressure applied to the system."; 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 = ''; } }