﻿//<![CDATA[
var quote=new Array();
  quote[0]='<img alt="Huntair" height="40" src="images/huntair_featurelogo.gif" width="238" /><p class="style13"><strong>The CLEANSUITE&reg; system from HUNTAIR</strong> is a modular, ceiling-hung plenum with integrated filtration, electrical, piping and structural equipment supports. Its uses include hospital operating rooms, outpatient surgery centers and other laminar flow applications requiring low turbulence airflow and optimized contamination control.</p><p style="margin-left: 10px"><a class="nav1f" href="pdfs/CleansuiteBrochure.pdf" target="_blank">more info...</a></p><img alt="cleansuite" height="142" src="images/cleansuite_feature.jpg" width="238" style="border-style: solid; border-width: 0px; margin-top: 3px; margin-bottom: 3px" /><br />';

  quote[1]='<img alt="Trox Technik" height="31" src="images/TROX-logo.gif" width="238" style="border-style: solid; border-width: 0px; margin-top: 3px; margin-bottom: 3px" /><p class="style13"><strong>Air-Water Systems for Efficient Air Conditioning</strong><br /><br />Today, air-water systems are used in many modern buildings and, especially in office and administration buildings, offer energy-efficient solutions for the internal space ventilation and air conditioning.<br /><br />There are a variety of installation possibilities for air-water systems, which means that, for almost every building, variants that meet the most demanding architectural requirements are available.</p><p style="margin-left: 10px"><a class="nav1f" href="pdfs/AIr-Water_Systems_Special_Leaflet_021510.pdf" target="_blank">more info...</a></p><img alt="" height="90" src="images/TROX-Spotlight-image.jpg" width="238" style="border-style: solid; border-width: 0px; margin-top: 3px; margin-bottom: 3px;" /><br /><br />';
  quote[2]='<img alt="mcQuay" height="68" src="images/mcQuay_feature.gif" width="238" /><p class="style13"><strong>The Daikin McQuay Magnitude&#8482; Chiller</strong> is the quietest chiller in its size range with sound pressure ratings as low as 76 dBA per ARI Standard 575. That makes it ideal for sound sensitive environments such as schools, performance halls, museums, condominiums and libraries.</p><p style="margin-left: 10px"><a class ="nav1f" href="pdfs/mcQuayBrochure.pdf" target="_blank">more info...</a></p><img alt="mcquay chiller" height="93" src="images/mcquay_featurepic.jpg" width="238" style="border-style: solid; border-width: 0px; margin-top: 3px; margin-bottom: 3px" /><br />';
 

   /* add as many quotes as you like!*/


var speed=15000;    /*this is the time in milliseconds adjust to suit*/
var q=0;

function showQuote() {

     document.getElementById("quotes").innerHTML=quote[q];
     q++;
if(q==quote.length) {
     q=0;
  }
}
setInterval('showQuote()',speed);
   
 //]]>
