var cocon_bold = { src: '/_inc/swf/cocon_bold.swf' };
var cocon_regular = { src: '/_inc/swf/cocon_regular.swf' };

sIFR.delayCSS  = true;
sIFR.domains = ['www.groenesticht.nl.dev', 'www.groenesticht.nl', 'groenesticht.nl'];
sIFR.activate(cocon_bold);
sIFR.activate(cocon_regular);

sIFR.replace(cocon_bold, {
  selector: 'h1'
  ,css: [
    '.sIFR-root { font-style: normal; color: #669900; }'
    ,'a { text-decoration: none; color: #669900;}'
    ,'a:visited { color: #669900; }'
    ,'a:hover { color: #669900; }'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(cocon_regular, {
  selector: 'h2, h3'
  ,css: [
    '.sIFR-root { font-style: normal; color: #669900; }'
    ,'a { text-decoration: none; color: #669900;}'
    ,'a:visited { color: #669900; }'
    ,'a:hover { color: #669900; }'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(cocon_regular, {
  selector: 'ul#submenu li'
  ,css: [
    '.sIFR-root { font-style: normal; color: #373e75; }'
    ,'a { text-decoration: none; color: #373e75; }'
    ,'a:visited { color: #373e75; }'
    ,'a:hover { color: #669900;  }'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(cocon_regular, {
  selector: 'ul#submenu_wereldpleinen li'
  ,css: [
    '.sIFR-root { font-style: normal; color: #fb6800; }'
    ,'a { text-decoration: none; color: #fb6800; }'
    ,'a:visited { color: #fb6800; }'
    ,'a:hover { color: #669900;  }'
  ]
  ,wmode: 'transparent'
});