/*****************************************************************************
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 din_bold = { src: '/images/interface/sIFR/dinpro_bold.swf' };
var din_medium = { src: '/images/interface/sIFR/dinpro_medium.swf' };
var din_regular = { src: '/images/interface/sIFR/dinpro_regular.swf' };

sIFR.useStyleCheck = true;

sIFR.activate(din_bold, din_medium, din_regular);

sIFR.replace(din_medium, {
	selector: 'h1.sIFRHeader'
	,css: '.sIFR-root { color: #0080FF; leading: 8; }'
	,wmode: 'transparent'
});
sIFR.replace(din_medium, {
	selector: 'h2.sIFRHeader'
	,css: '.sIFR-root { color: #0080FF; leading: 1;}'
	,wmode: 'transparent'
});
sIFR.replace(din_medium, {
	selector: 'h3.sIFRHeader'
	,css: '.sIFR-root { color: #333; leading: 4;}'
	,wmode: 'transparent'
});
sIFR.replace(din_medium, {
	selector: 'h4.sIFRHeader'
	,css: '.sIFR-root { color: #0080FF; }'
	,wmode: 'transparent'
});
sIFR.replace(din_medium, {
	selector: 'h5.sIFRHeader'
	,css: '.sIFR-root { color: #0080FF; }'
	,wmode: 'transparent'
});
