// JavaScript Document

var varyingSupplyPressureCaption = "Varying supply pressure";
var varyingSupplyPressureHtml = "The supply pressure in a medical gas pipeline system is nominally 4 Bar (4 times atmospheric pressure). ";
	varyingSupplyPressureHtml += "However, as equipment around the ward uses gas from the pipeline this outlet presure can vary ";
	varyingSupplyPressureHtml += "(much in the same way that hot water from a tap can slow down if someone is running a bath). ";
	varyingSupplyPressureHtml += "Sometimes this variation in outlet pressure is a ripple effect that causes the ball in the flowmeter to 'bob' about. "
	varyingSupplyPressureHtml += "Alternatively, it can be a reduction in the outlet pressure over a long period that changes the flow of oxygen to the infant.";
	
var microFlowsCaption = "Micro Flows";
var microFlowsHtml = "Flows of Oxygen below 0.1 L/min (equivalent to 100 cc/min)";

var changesInSupplyPressureCaption = "Changes In Supply Pressure";
var changesInSupplyPressureHtml = "The supply pressure in a medical gas pipeline system is nominally 4 Bar (4 times atmospheric pressure). ";
	changesInSupplyPressureHtml += "However, as equipment around the ward uses gas from the pipeline this outlet presure can vary ";
	changesInSupplyPressureHtml += "(much in the same way that hot water from a tap can slow down if someone is running a bath). ";
	changesInSupplyPressureHtml += "Sometimes this variation in outlet pressure is a ripple effect that causes the ball in the flowmeter ";
	changesInSupplyPressureHtml += "to 'bob' about. Alternatively, it can be a reduction in the outlet pressure over a long period that changes ";
	changesInSupplyPressureHtml += "the flow of oxygen to the infant.";

