var font_replace = {
  src: '/javascript/sifr/flash/sifr.swf'
};

sIFR.activate(font_replace);

// Velp
sIFR.replace(font_replace, {
  selector: '#velp-body h1'
  ,css: [
    '.sIFR-root { color: #e2c963; font-size: 20px; background: transparant; text-transform: uppercase; letter-spacing: 1;}'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(font_replace, {
  selector: '#velp-body h2'
  ,css: [
    '.sIFR-root { color: #e2c963; font-size: 16px; background: transparant; text-transform: uppercase; letter-spacing: 1;}'
  ]
  ,wmode: 'transparent'
});


sIFR.replace(font_replace, {
  selector: '#velp-body h3'
  ,css: [
    '.sIFR-root { color: #e2c963; font-size: 13px; background: transparant; text-transform: uppercase; letter-spacing: 1; margin-bottom: 0; line-height: 100%;}'
  ]
  ,wmode: 'transparent'
});


// Plasmolen
sIFR.replace(font_replace, {
  selector: '#plasmolen-body h1'
  ,css: [
    '.sIFR-root { color: #8f9bb1; font-size: 20px; background: transparant; text-transform: uppercase; letter-spacing: 1;}'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(font_replace, {
  selector: '#plasmolen-body h2'
  ,css: [
    '.sIFR-root { color: #8f9bb1; font-size: 16px; background: transparant; text-transform: uppercase; letter-spacing: 1;}'
  ]
  ,wmode: 'transparent'
});


sIFR.replace(font_replace, {
  selector: '#plasmolen-body h3'
  ,css: [
    '.sIFR-root { color: #8f9bb1; font-size: 13px; background: transparant; text-transform: uppercase; letter-spacing: 1; margin-bottom: 0; line-height: 100%;}'
  ]
  ,wmode: 'transparent'
});


// Op locatie
sIFR.replace(font_replace, {
  selector: '#op-locatie-body h1'
  ,css: [
    '.sIFR-root { color: #f79071; font-size: 20px; background: transparant; text-transform: uppercase; letter-spacing: 1;}'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(font_replace, {
  selector: '#op-locatie-body h2'
  ,css: [
    '.sIFR-root { color: #f79071; font-size: 16px; background: transparant; text-transform: uppercase; letter-spacing: 1;}'
  ]
  ,wmode: 'transparent'
});


sIFR.replace(font_replace, {
  selector: '#op-locatie-body h3'
  ,css: [
    '.sIFR-root { color: #f79071; font-size: 13px; background: transparant; text-transform: uppercase; letter-spacing: 1; margin-bottom: 0; line-height: 100%;}'
  ]
  ,wmode: 'transparent'
});



// Op locatie gallery
sIFR.replace(font_replace, {
  selector: '.gallery-h1'
  ,css: [
    '.sIFR-root { color: #f79071; font-size: 20px; background: transparant; text-transform: uppercase; letter-spacing: 1;}'
  ]
  ,wmode: 'transparent'
});


