/*****************************************************************************
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.
*****************************************************************************/

// Make an object pointing to the location of the Flash movie on your web server.
// Try using the font name as the variable name, makes it easy to remember which
// object you're using. As an example in this file, we'll use Futura.
var dtlargost = { src: '/script/dtlargost.swf' };
var dtlargot = { src: '/script/dtlargot.swf' };

sIFR.activate(dtlargost, dtlargot);

sIFR.replace(dtlargost, {
  selector: '#home h1',
  css: '.sIFR-root { color: #ffffff; background-color: #471949; letter-spacing: 0.6; }',
  tuneHeight: -6,
  wmode: 'transparent'
});
sIFR.replace(dtlargost, {
  selector: 'h1',
  css: '.sIFR-root { color: #471949; letter-spacing: 0.6; }',
  tuneHeight: -6,
  wmode: 'transparent'
});

sIFR.replace(dtlargost, {
  selector: 'div#rightcolumn div.lijntjes div.item h2',
  css: '.sIFR-root { color: #343457; letter-spacing: 0.6; display: block; }',
  wmode: 'transparent' /* tune height -7 */
});

sIFR.replace(dtlargost, {
  selector: 'div.overzichtlijst2 h2',
  css: '.sIFR-root { color: #343457; background: none; letter-spacing: 0.6; }',
  tuneHeight: -6,
  wmode: 'transparent'
});

sIFR.replace(dtlargost, {
  selector: 'div.block h2, div.fullbgblock h2, div#subnav h2',
  css: '.sIFR-root { color: #343457; background-color: #C6DCEE; letter-spacing: 0.6; }',
  tuneHeight: -6,
  wmode: 'transparent'
});

sIFR.replace(dtlargost, {
  selector: '#home div#content .programmaintro h2, #contentcontainer #content .programmaintro h2, #contentcontainer .content_left > h2, #contentcontainer .content_right > h2',
  css: '.sIFR-root { color: #471949; letter-spacing: 0.6; float: left; }',
  tuneHeight: -6,
  wmode: 'transparent'
});

sIFR.replace(dtlargost, {
  selector: 'div.blockleft h2, div.blockright h2',
  css: '.sIFR-root { color: #343457; letter-spacing: 0.1; }',
  tuneHeight: -5,
  wmode: 'transparent'
});
sIFR.replace(dtlargost, {
  selector: 'div#content h2, th, form fieldset legend',
  css: '.sIFR-root { color: #343457; letter-spacing: 0.6; }',
  tuneHeight: -6,
  tuneWidth: +9,
  wmode: 'transparent'
});
sIFR.replace(dtlargost, {
  selector: 'span.month',
  css: '.sIFR-root { color: #343457; letter-spacing: 0.4; text-align: right; }',
  tuneHeight: -6,
  wmode: 'transparent'
});
sIFR.replace(dtlargot, {
  selector: 'span.day, span.year',
  css: '.sIFR-root { color: #343457; letter-spacing: 0.6; text-align: right; }',
  tuneHeight: -6,
  wmode: 'transparent'
});