/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

var helvetica47 = {src: '/sifr/helvetica47.swf'};
var stone = {src: '/sifr/stone.swf'};

sIFR.activate(helvetica47);
sIFR.activate(stone);

sIFR.replace(helvetica47, {
  selector: 'h1',
  css: '.sIFR-root {background-color: #e6dbcd; color: #873b56; kerning: true; text-align: left;}', wmode: 'transparent'});

sIFR.replace(helvetica47, {
  selector: 'h2',
  css: '.sIFR-root {background-color: #000000; color: #98b39a; kerning: true; text-align: left;}', wmode: 'transparent'});

sIFR.replace(helvetica47, {
  selector: 'h3',
  css: '.sIFR-root {background-color: #000000; color: #4783c0; kerning: true; text-align: left;}', wmode: 'transparent'});

sIFR.replace(helvetica47, {
  selector: 'h5',
  css: '.sIFR-root {background-color: #000000; color: #ffffff; kerning: true; text-align: center;}', wmode: 'transparent'});

sIFR.replace(helvetica47, {
  selector: 'h6',
  css: '.sIFR-root {background-color: #e6dbcd; color: #873b56; kerning: true; text-align: center;}', wmode: 'transparent'});


sIFR.replace(helvetica47, {
  selector: '.imagetitle',
  css: '.sIFR-root {background-color: #e6dbcd; color: #ffffff; kerning: true; text-align: left;}', wmode: 'transparent'});


sIFR.replace(helvetica47, {
  selector: '.hoofdstuk',
  css: '.sIFR-root {background-color: #000000; color: #f8f8f8; kerning: false; text-align: left;}', wmode: 'transparent'});
