/*****************************************************************************
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 arial = { src: '/flash/sifr/arial.swf' };
var nilland = { src: '/flash/sifr/nilland.swf'};

sIFR.activate(nilland);

sIFR.replace(nilland, {
  selector: '#header-left H1',
  css: '.sIFR-root { color: #000000; }',
  wmode: 'transparent'
});

sIFR.replace(nilland, {
  selector: '#body-content-banner-left H2',
  css: '.sIFR-root { color: #3899ba;font-weight:bold; }',
  wmode: 'transparent'
});

sIFR.replace(arial, {
  selector: '#body-content-banner-left H3',
  css: '.sIFR-root { color: #333333; }',
  wmode: 'transparent'
});

sIFR.replace(nilland, {
  selector: '#body-left H2',
  css: '.sIFR-root { color: #333333; }',
  wmode: 'transparent'
});

sIFR.replace(nilland, {
  selector: '#body-left H3',
  css: '.sIFR-root { color: #666666;font-weight:bold }',
  wmode: 'transparent'
});

sIFR.replace(nilland, {
  selector: '#body-right H4',
  css: '.sIFR-root { color: #666666; }',
  wmode: 'transparent'
});

sIFR.replace(nilland, {
  selector: '#body-packages H4',
  css: '.sIFR-root { color: #333333; font-weight:bold }',
  wmode: 'transparent'
});