  var bulmer = {
    src: 'sifr/bulmer.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(bulmer);

  sIFR.replace(bulmer, {
    selector: 'h1.groen'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-style: italic; color: #80c42c; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #80c42c; }'
      ,'a:hover { color: #80c42c; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(bulmer, {
    selector: 'h1.blauw'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-style: italic; color: #6ec1d0; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #6ec1d0; }'
      ,'a:hover { color: #6ec1d0; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(bulmer, {
    selector: 'h1.rood'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-style: italic; color: #ef5f24; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ef5f24; }'
      ,'a:hover { color: #ef5f24; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(bulmer, {
    selector: 'h1.lichtblauw'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-style: italic; color: #c5e7e2; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #c5e7e2; }'
      ,'a:hover { color: #c5e7e2; }'
    ]
    ,wmode: 'transparent'
  });





  sIFR.replace(bulmer, {
    selector: 'h2.witgroot'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #FFFFFF; }'
    ]
    ,wmode: 'transparent'
  });
 
  sIFR.replace(bulmer, {
    selector: 'h2.zwartgroot'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #212124; }'
    ]
    ,wmode: 'transparent'
  });
 
  sIFR.replace(bulmer, {
    selector: 'h2.witklein'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #FFFFFF; }'
    ]
    ,wmode: 'transparent'
  });
 
  sIFR.replace(bulmer, {
    selector: 'h2.zwartklein'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #212124; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(bulmer, {
    selector: 'h2.witvariabel'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #FFFFFF; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(bulmer, {
    selector: 'h2.zwartvariabel'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #212124; }'
    ]
    ,wmode: 'transparent'
  });
  
 
 
 
  
  sIFR.replace(bulmer, {
    selector: '#listview_groen div.listtitel h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-style: italic; }'
      ,'a { text-decoration: none; color: #80c42c; }'
      ,'a:link { text-decoration: none; color: #80c42c; }'
      ,'a:hover { text-decoration: none; color: #80c42c; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(bulmer, {
    selector: '#listview_blauw div.listtitel h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-style: italic; }'
      ,'a { text-decoration: none; color: #6ec1d0; }'
      ,'a:link { text-decoration: none; color: #6ec1d0; }'
      ,'a:hover { text-decoration: none; color: #6ec1d0; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(bulmer, {
    selector: '#listview_rood div.listtitel h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-style: italic; }'
      ,'a { text-decoration: none; color: #ef5f24; }'
      ,'a:link { text-decoration: none; color: #ef5f24; }'
      ,'a:hover { text-decoration: none; color: #ef5f24; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(bulmer, {
    selector: '#listview_lichtblauw div.listtitel h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-style: italic; }'
      ,'a { text-decoration: none; color: #c5e7e2; }'
      ,'a:link { text-decoration: none; color: #c5e7e2; }'
      ,'a:hover { text-decoration: none; color: #c5e7e2; }'
    ]
    ,wmode: 'transparent'
  });





  sIFR.replace(bulmer, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-style: italic; color: #39558e; }'
      ,'a { text-decoration: none; color: #39558e; }'
      ,'a:link { text-decoration: none; color: #39558e; }'
      ,'a:hover { text-decoration: none; color: #39558e; }'
    ]
    ,wmode: 'transparent'
  });
