// JavaScript Document
var fixedOrificeFlowMeterCaption = "Fixed Orifice Flowmeter";
var fixedOrificeFlowMeterHtml = "<img style='float:left; vertical-align:middle; padding-right:10px;' width='87'";
	fixedOrificeFlowMeterHtml += "height='86' src='/images/libOver/news/fixedFlowMeter.gif' />";
	fixedOrificeFlowMeterHtml += "<em>A fixed orifice flowmeter is  one that relies on a differential pressure acting across an orifice ";
	fixedOrificeFlowMeterHtml += "of known  size to create a required flow.&nbsp; A fixed  orifice flowmeter might have more than one hole ";
	fixedOrificeFlowMeterHtml += "to allow you a choice of flow  settings.</em>";
	
var ballInGlassFlowMeterCaption = "A ball-in-glass type flowmeter";
var ballInGlassFlowMeterHtml = "A ball-in-glass type flowmeter uses a needle valve to restrict the flow of gas. A ball, suspended in a ";
	ballInGlassFlowMeterHtml += "graduated tube, gives an indication of the flow rate.";
	
var staticBuildUpCaption = "Static Build Up";
var staticBuildUpHtml = "Oxygen running through the graduated tube creates a static charge that attracts the ball resulting in an unreliable reading.";
