/*
COPYRIGHT: 2007-2008.
AUTHOR: John Connolly.
PURPOSE: To display FAQs
*/



/*
FUNCTION: getFaqCertification()
PURPOSE: FAQ page HTML - Info on certification
INPUT: bgColour = Background colour
*/
function getFaqCertification(bgColour) { 

document.write('<!-- Start: Rounded container ' + bgColour + ' -->');
document.write('<div class="ofContainer ofRounded ' + bgColour + ' ofNoDropShadow">');
document.write(' <div class="ofTop">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofLeftSide">');
document.write('  <div class="ofWrapper">');
document.write('   <div class="ofTextBlock ofCallout ofAlt1 ofLastChild">');
document.write('    <h2 class="ofFirstChild">');
document.write('     <img src="images/star_a_15.gif" alt="bullet" align="absmiddle" />&nbsp;<font color="#CE9E00" size="3">The Importance of Certification</font>');
document.write('    </h2>');
document.write('    <ul class="ofLastChild">');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> In the last decade, interest in home water treatment products has grown tremendously. ');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Unfortunately, it isn\'t always easy for consumers to know whether or not a particular product will actually be as safe and effective as the manufacturer claims at reducing various contaminants from your water supply.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Therefore only products with NSF certification should be considered.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> <a href="http://nsf.com">NSF International</a> is a third party, non-profit organization that sets performance standards for drinking water treatment devices, tests equipment that is submitted voluntarily \(but for a cost\) by the manufacturer, monitors fabrication and performance of equipment, and certifies individual treatment devices according to eight different standards as well as the claims by the manufacturer.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> All Products have a data plate that states the minimum requirements of applicable standards.');
document.write('     </li>');
document.write('     <p>&nbsp;</p>');
document.write('     <li>');
document.write('      <b>Other important certification bodies are:</b>');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> <a href="http://www.iso.org">ISO 9002</a>');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> <a href = "http://www.who.int">World Health Organisation</a>');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> The British Standard 5750');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Water Research Council (London, England)');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> WRC (Buckingham Shire, England)');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Hyderlabs, Cheshire, England');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Loughborough University, England');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Clare Microbiological Labratories, England');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Severn Trent Labratories, England');
document.write('     </li>');
document.write('    </ul>');
document.write('   </div>');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofBottom">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write('</div>');
document.write('<!-- End: Rounded container ' + bgColour + ' -->');

}



/*
FUNCTION: getFaqWhenClean()
PURPOSE: FAQ page HTML - Info on when to clean filters
INPUT: bgColour = Background colour
*/
function getFaqWhenClean(bgColour) { 

document.write('<!-- Start: Rounded container ' + bgColour + ' -->');
document.write('<div class="ofContainer ofRounded ' + bgColour + ' ofNoDropShadow">');
document.write(' <div class="ofTop">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofLeftSide">');
document.write('  <div class="ofWrapper">');
document.write('   <div class="ofTextBlock ofCallout ofAlt1 ofLastChild">');
document.write('    <h2 class="ofFirstChild">');
document.write('     <img src="images/star_a_15.gif" alt="bullet" align="absmiddle" />&nbsp;&nbsp;<font color="#CE9E00" size="3">&nbsp;When does a filter element need cleaning?</font>');
document.write('    </h2>');
document.write('    <ul class="ofLastChild">');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> After you have used your filter for a while you will notice the flow rate from the drinking water faucet will start to deteriorate.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> This is due to the contaminants from the water being absorbed by the ceramic. How quickly this happens and how often you will need to clean the element will depend entirely on the quality of the water being filtered.');
document.write('     </li>');
document.write('    </ul>');
document.write('   </div>');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofBottom">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write('</div>');
document.write('<!-- End: Rounded container ' + bgColour + ' -->');

}



/*
FUNCTION: getFaqCleanFilters()
PURPOSE: FAQ page HTML - Info about cleaning filters
INPUT: bgColour = Background colour
*/
function getFaqCleanFilters(bgColour) { 

document.write('<!-- Start: Rounded container ' + bgColour + ' -->');
document.write('<div class="ofContainer ofRounded ' + bgColour + ' ofNoDropShadow">');
document.write(' <div class="ofTop">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofLeftSide">');
document.write('  <div class="ofWrapper">');
document.write('   <div class="ofTextBlock ofCallout ofAlt1 ofLastChild">');
document.write('    <h2 class="ofFirstChild">');
document.write('     <img src="images/star_a_15.gif" alt="bullet" align="absmiddle" />&nbsp;&nbsp;<font color="#CE9E00" size="3">&nbsp;How do I clean a filter candle?</font>');
document.write('    </h2>');
document.write('    <ul class="ofLastChild">');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Using a scouring pad (similar to 3M Scotchbrite) rub gently until clean.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Be careful not to drop the candle as it may get damaged. Also ensure that the end of the plastic mount does not come into contact with unfiltered and dirty hands. ');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> You should always wear rubber gloves and NEVER use soap or detergents. This process can be carried out up to 50 times. ');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> The ceramic cartridge can be reduced in diameter to 40mm before it needs replacing. Although the Supercarb and Ultracarb cartridges should be changed every 6-9 months as the carbon media will get exhausted sooner than the ceramic element.');
document.write('     </li>');
document.write('    </ul>');
document.write('   </div>');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofBottom">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write('</div>');
document.write('<!-- End: Rounded container ' + bgColour + ' -->');

}



/*
FUNCTION: getFaqCheckFilters()
PURPOSE: FAQ page HTML - Info about checking filters
INPUT: bgColour = Background colour
*/
function getFaqCheckFilters(bgColour) { 

document.write('<!-- Start: Rounded container ' + bgColour + ' -->');
document.write('<div class="ofContainer ofRounded ' + bgColour + ' ofNoDropShadow">');
document.write(' <div class="ofTop">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofLeftSide">');
document.write('  <div class="ofWrapper">');
document.write('   <div class="ofTextBlock ofCallout ofAlt1 ofLastChild">');
document.write('    <h2 class="ofFirstChild">');
document.write('     <img src="images/star_a_15.gif" alt="bullet" align="absmiddle" />&nbsp;&nbsp;<font color="#CE9E00" size="3">&nbsp;How do I check if the element has become cracked or damaged?</font>');
document.write('    </h2>');
document.write('    <ul class="ofLastChild">');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Always treat the ceramic as you would any delicate material to avoid damage, cracks etc. ');
document.write('     </li>');
document.write('     <p>&nbsp;</p>');
document.write('     <li>');
document.write('      If you do drop the cartridge by accident do the following:');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/gold1.gif" alt="bullet" align="absmiddle"/> Submerge the cartridge in water while holding your finger over the outlet to trap the air inside.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/gold2.gif" alt="bullet" align="absmiddle"/> If there is a crack you will see the air bubbling through the crack. It should then be discarded and a new cartridge fitted.');
document.write('     </li>');
document.write('    </ul>');
document.write('   </div>');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofBottom">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write('</div>');
document.write('<!-- End: Rounded container ' + bgColour + ' -->');

}



/*
FUNCTION: getFaqChangeFilters()
PURPOSE: FAQ page HTML - Info about changing filters
INPUT: bgColour = Background colour
*/
function getFaqChangeFilters(bgColour) { 

document.write('<!-- Start: Rounded container ' + bgColour + ' -->');
document.write('<div class="ofContainer ofRounded ' + bgColour + ' ofNoDropShadow">');
document.write(' <div class="ofTop">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofLeftSide">');
document.write('  <div class="ofWrapper">');
document.write('   <div class="ofTextBlock ofCallout ofAlt1 ofLastChild">');
document.write('    <h2 class="ofFirstChild">');
document.write('     <img src="images/star_a_15.gif" alt="bullet" align="absmiddle" />&nbsp;&nbsp;<font color="#CE9E00" size="3">&nbsp;How often do I need to change the filter cartridge?</font>');
document.write('    </h2>');
document.write('    <ul class="ofLastChild">');
document.write('     <li>');
document.write('      This depends on the type of candle being used:');
document.write('     </li>');
document.write('     <li>');
document.write('      <b>Sterasyl™</b>');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Should be replaced once cleaning fails to restore the water flow.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> However, we usually recommend that Sterasyl™ candles are replaced after 10,000 litres of water have passed through the candle, to guarantee optimum performance.');
document.write('     </li>');
document.write('     <p>&nbsp;</p>');
document.write('     <li>');
document.write('      <b>Super Sterasyl™, Carbosyl™, Supercarb™, and Ultracarb™</b>');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> In combination filter elements (ceramic shells containing other types of filter media) cleaning the ceramic will not extend the life of the internal material.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> For example, the \‘life\’ of the carbon block in Supercarb™ or Ultracarb™ filter elements is determined by the concentration of chlorine and/or volatile organic compounds in the water supply.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> The particulate and turbidity concentration in the water supply govern the life of the ceramic. This means that the life of the ceramic might or might not exceed the capacity of the carbon insert, depending on the water quality.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Whichever point is reached first – the six months usage or the ceramic becoming blocked to the extent where cleaning does not restore the flow – governs when the filter element requires replacing.');
document.write('     </li>');
document.write('     <p>&nbsp;</p>');
document.write('     <li>');
document.write('      In most cases, the filter element should be replaced after 6 - 12 months of daily use. The following flow guidelines can be used to guarantee optimum performance:');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Super Sterasyl™ 2,000 litres or 535 US gallons.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Carbosyl™ 1,496 litres or 400 US gallons.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Supercarb™ 3,740 litres or 1000 US gallons.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Ultracarb™ 2,244 litres or 600 US gallons.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> After this amount of water has passed through the filter element, the filter will need to be replaced to guarantee optimum performance.');
document.write('     </li>');
document.write('    </ul>');
document.write('   </div>');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofBottom">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write('</div>');
document.write('<!-- End: Rounded container ' + bgColour + ' -->');

}



/*
FUNCTION: getFaqInstallUnderCounter()
PURPOSE: FAQ page HTML - Info on how to install under counter filters
INPUT: bgColour = Background colour
*/
function getFaqInstallUnderCounter(bgColour) { 

document.write('<!-- Start: Rounded container ' + bgColour + ' -->');
document.write('<div class="ofContainer ofRounded ' + bgColour + ' ofNoDropShadow">');
document.write(' <div class="ofTop">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofLeftSide">');
document.write('  <div class="ofWrapper">');
document.write('   <div class="ofTextBlock ofCallout ofAlt1 ofLastChild">');
document.write('    <h2 class="ofFirstChild">');
document.write('     <img src="images/star_a_15.gif" alt="bullet" align="absmiddle" />&nbsp;&nbsp;<font color="#CE9E00" size="3">&nbsp;How easy is it to install the under counter filtration unit?</font>');
document.write('    </h2>');
document.write('    <ul class="ofLastChild">');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Very easy. A person with only limited DIY knowledge could fit the system with no plumbing experience required.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> All systems come with full installation instructions.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> We can arrange fitting if needed, although this will obviously incur an extra charge.');
document.write('     </li>');
document.write('    </ul>');
document.write('   </div>');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofBottom">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write('</div>');
document.write('<!-- End: Rounded container ' + bgColour + ' -->');

}



/*
FUNCTION: getCleanHousing()
PURPOSE: FAQ page HTML - Info on how to clean housings
INPUT: bgColour = Background colour
*/
function getCleanHousing(bgColour) { 

document.write('<!-- Start: Rounded container ' + bgColour + ' -->');
document.write('<div class="ofContainer ofRounded ' + bgColour + ' ofNoDropShadow">');
document.write(' <div class="ofTop">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofLeftSide">');
document.write('  <div class="ofWrapper">');
document.write('   <div class="ofTextBlock ofCallout ofAlt1 ofLastChild">');
document.write('    <h2 class="ofFirstChild">');
document.write('     <img src="images/star_a_15.gif" alt="bullet" align="absmiddle" />&nbsp;&nbsp;<font color="#CE9E00" size="3">&nbsp;How do I clean the filter housing?</font>');
document.write('    </h2>');
document.write('    <ul class="ofLastChild">');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> The filter housing is best cleaned by unscrewing the body from the head and wiping the surface and the inside of the body with a soft cloth dampened with warm water.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> IMPORTANT – DO NOT ATTEMPT TO CLEAN THE FILTER HEAD, WHICH COULD CAUSE CONTAMINATION OF THE FILTERED WATER.');
document.write('     </li>');
document.write('    </ul>');
document.write('   </div>');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofBottom">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write('</div>');
document.write('<!-- End: Rounded container ' + bgColour + ' -->');

}



/*
FUNCTION: getFaqSterilizeCandle()
PURPOSE: FAQ page HTML - Info on sterilizing candles
INPUT: bgColour = Background colour
*/
function getFaqSterilizeCandle(bgColour) { 

document.write('<!-- Start: Rounded container ' + bgColour + ' -->');
document.write('<div class="ofContainer ofRounded ' + bgColour + ' ofNoDropShadow">');
document.write(' <div class="ofTop">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofLeftSide">');
document.write('  <div class="ofWrapper">');
document.write('   <div class="ofTextBlock ofCallout ofAlt1 ofLastChild">');
document.write('    <h2 class="ofFirstChild">');
document.write('     <img src="images/star_a_15.gif" alt="bullet" align="absmiddle" />&nbsp;&nbsp;<font color="#CE9E00" size="3">&nbsp;Do I need to sterilize the candle after cleaning?</font>');
document.write('    </h2>');
document.write('    <ul class="ofLastChild">');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> The ceramic shell of Sterasyl™, Super Sterasyl™, Carbosyl™, Supercarb™, and Ultracarb™ filter elements all contain trace amounts of silver to prevent microbiological growth.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> These elements are self-sterilising and should NOT be sterilised after cleaning. In the case of combination filter elements, boiling will damage the internal components of the element.');
document.write('     </li>');
document.write('    </ul>');
document.write('   </div>');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofBottom">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write('</div>');
document.write('<!-- End: Rounded container ' + bgColour + ' -->');

}



/*
FUNCTION: getFaqEstimateFlow()
PURPOSE: FAQ page HTML - Info on estimating water flow
INPUT: bgColour = Background colour
*/
function getFaqEstimateFlow(bgColour) { 

document.write('<!-- Start: Rounded container ' + bgColour + ' -->');
document.write('<div class="ofContainer ofRounded ' + bgColour + ' ofNoDropShadow">');
document.write(' <div class="ofTop">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofLeftSide">');
document.write('  <div class="ofWrapper">');
document.write('   <div class="ofTextBlock ofCallout ofAlt1 ofLastChild">');
document.write('    <h2 class="ofFirstChild">');
document.write('     <img src="images/star_a_15.gif" alt="bullet" align="absmiddle" />&nbsp;&nbsp;<font color="#CE9E00" size="3">&nbsp;I don\’t have a flow meter to gauge the amount of water that my filter has treated. How can I estimate how much water has passed through the filter?</font>');
document.write('    </h2>');
document.write('    <ul class="ofLastChild">');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> On average a family of four uses approximately 8 litres of water per day for cooking and drinking.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Therefore, based on 10litres/day for four people the life of your filter can be estimated in time rather than capacity.');
document.write('     </li>');
document.write('    </ul>');
document.write('   </div>');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofBottom">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write('</div>');
document.write('<!-- End: Rounded container ' + bgColour + ' -->');

}



/*
FUNCTION: getFaqUnusedFilter()
PURPOSE: FAQ page HTML - Info on unused filters
INPUT: bgColour = Background colour
*/
function getFaqUnusedFilter(bgColour) { 

document.write('<!-- Start: Rounded container ' + bgColour + ' -->');
document.write('<div class="ofContainer ofRounded ' + bgColour + ' ofNoDropShadow">');
document.write(' <div class="ofTop">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofLeftSide">');
document.write('  <div class="ofWrapper">');
document.write('   <div class="ofTextBlock ofCallout ofAlt1 ofLastChild">');
document.write('    <h2 class="ofFirstChild">');
document.write('     <img src="images/star_a_15.gif" alt="bullet" align="absmiddle" />&nbsp;&nbsp;<font color="#CE9E00" size="3">&nbsp;What happens if I leave the filter unused for a period of time?</font>');
document.write('    </h2>');
document.write('    <ul class="ofLastChild">');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> If normal use of the filter is interrupted by holidays or vacations, growth of harmless heterotrophic bacteria may result in a \‘flat\’ or \‘stale\’ taste for a period of time when use of the filter resumes.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> This is especially true for the filter elements that contain activated carbon such as the Super Sterasyl™ (contains granular activated carbon), the Supercarb™ and Ultracarb™ (both contain an extruded activated carbon core).');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> Flushing the filter system for several minutes after any prolonged period of inactivity should eliminate the problem.');
document.write('     </li>');
document.write('    </ul>');
document.write('   </div>');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofBottom">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write('</div>');
document.write('<!-- End: Rounded container ' + bgColour + ' -->');

}



/*
FUNCTION: getFaqBacteriaLevel()
PURPOSE: FAQ page HTML - Info on levels of bacteria filters can handle
INPUT: bgColour = Background colour
*/
function getFaqBacteriaLevel(bgColour) { 

document.write('<!-- Start: Rounded container ' + bgColour + ' -->');
document.write('<div class="ofContainer ofRounded ' + bgColour + ' ofNoDropShadow">');
document.write(' <div class="ofTop">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofLeftSide">');
document.write('  <div class="ofWrapper">');
document.write('   <div class="ofTextBlock ofCallout ofAlt1 ofLastChild">');
document.write('    <h2 class="ofFirstChild">');
document.write('     <img src="images/star_a_15.gif" alt="bullet" align="absmiddle" />&nbsp;&nbsp;<font color="#CE9E00" size="3">&nbsp;What level of bacterial contamination can the ceramic cope with before I need to use something else?</font>');
document.write('    </h2>');
document.write('    <ul class="ofLastChild">');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> In the absence of conclusive data regarding the levels of infective doses for specific pathogens, the FICL microbiological laboratory has been testing our filter elements for many years using an influent challenge of 6 log of E-Coli to substantiate the 4 log E-coli reduction claim that we make.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> This level of protection offered by the filters is more than adequate in all protected waters and the vast majority of moderately contaminated surface waters.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> However, if the level of contamination in the water exceeds levels of 104 (4log) an additional treatment must be used such as disinfection or UV light treatment.');
document.write('     </li>');
document.write('     <li>');
document.write('      <img src="images/asterisks_gold.gif" alt="bullet" align="absmiddle"/> It would be extremely unusual for water having a greater level of contamination than 104, to be considered suitable as a potable water source.');
document.write('     </li>');
document.write('    </ul>');
document.write('   </div>');
document.write('  </div>');
document.write(' </div>');
document.write(' <div class="ofBottom">');
document.write('  <div class="ofLeft">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write('  <div class="ofRight">');
document.write('   <!-- do not close -->');
document.write('  </div>');
document.write(' </div>');
document.write('</div>');
document.write('<!-- End: Rounded container ' + bgColour + ' -->');

}
