/*****************************************************************************
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'};

sIFR.activate(helvetica47);

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',
  wmode: 'transparent',
  css: ['.sIFR-root {color:#ffffff;kerning:true;text-align:left;}','.sIFR-root a {color:#ffffff;text-decoration:none;}','.sIFR-root a:hover {color:#ffd80c;text-decoration:none;}','.sIFR-root a:visited {color:#ffd80c;text-decoration:none;}']
});
