  var HeliosCond = {
    src: 'swf/HeliosCond.swf'
  };
  var HeliosCond2 = {
    src: 'swf/HeliosCond2.swf'
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(HeliosCond, HeliosCond2);   

  sIFR.replace(HeliosCond, { 
    selector: 'h4'   
    ,css: {
      '.sIFR-root': { 'color': '#00501F', 'background-color': '#CAE8CA', 'text-transform': 'uppercase' , 'font-size': '20px'}
     }
  });
  
  sIFR.replace(HeliosCond2, {
    selector: 'h5.menuitem'
    ,css: [
      '.sIFR-root { background-color: #f4f7e6;   padding: 10px; text-transform: uppercase;  text-align: center; font-size: 10px; height:33px !important;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #114b2a; }'
      ,'a:hover { color: #102010; }'
     ]
  });

  sIFR.replace(HeliosCond2, {
    selector: 'h5.menu2item'
    ,css: [
      '.sIFR-root { background-color: #bbd6bb;   padding: 10px;   text-align: center; font-size: 11px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #114b2a; }'
      ,'a:hover { color: #102010; }'
     ]
  });

  sIFR.replace(HeliosCond2, {
    selector: 'h5.activeitem'
    ,css: [
      '.sIFR-root { background-color: #114b2a; text-transform: uppercase;  text-align: center; font-size: 10px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #f4f7e6; }'
      ,'a:hover { color: #f4f7e6; }'

     ]
  });

