var font1 = {
  src: 'sifr/flash/font1.swf'
};

var font2 = {
  src: 'sifr/flash/font2.swf'
};

sIFR.activate(font1);

sIFR.replace(font1, {
  selector: 'li.topmenu, a.topmenu',
  wmode: 'transparent',
  css: [ '.sIFR-root { font-weight: bold; color: #FFFFFF;}' ,'a { text-decoration: none; color: #FFFFFF; }' ,'a:hover { text-decoration: none; color: #AA5704; }' ]
});

sIFR.replace(font1, {
  selector: 'h2.slogan',
  wmode: 'transparent',
  css: [ '.sIFR-root { font-weight: bold; color: #FFFFFF;}' ,'a { text-decoration: none; color: #FFFFFF; }' ,'a:hover { text-decoration: none; color: #FFFFFF; }' ]
});

sIFR.replace(font1, {
  selector: 'h3.blauw, h3.rood, h3.groen',
  wmode: 'transparent',
  css: [ '.sIFR-root { font-weight: bold; color: #FFFFFF;}' ,'a { text-decoration: none; color: #FFFFFF; }' ,'a:hover { text-decoration: none; color: #FFFFFF; }' ]
});

sIFR.replace(font1, {
  selector: 'h4.sub',
  wmode: 'transparent',
  css: [ '.sIFR-root { font-weight: bold; color: #2E2E2E;}' ,'a { text-decoration: none; color: #2E2E2E; }' ,'a:hover { text-decoration: none; color: #2E2E2E; }' ]
});

sIFR.activate(font2);

sIFR.replace(font2, {
  selector: 'h2.kop, h2.kop2',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #2E2E2E;}' ,'a { text-decoration: none; color: #2E2E2E; }' ,'a:hover { text-decoration: none; color: #2E2E2E; }' ]
});

