/*****************************************************************************
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 univers_bold = { src: 'fileadmin/flash/myriadprocond.swf' };

//sIFR.useStyleCheck = true;

sIFR.activate(univers_bold);

sIFR.replace(univers_bold, {
	selector: '#content h1',
	css: '.sIFR-root { background-color: #FFFFFF; color: #002f79; font-size: 30px; }',
	wmode: 'transparent', 
	ratios: [8, 1.41, 11, 1.31, 15, 1.29, 25, 1.25, 33, 1.23, 43, 1.22, 61, 1.21, 91, 1.2, 92, 1.19, 107, 1.2, 108, 1.19, 110, 1.2, 113, 1.19, 115, 1.2, 119, 1.19, 120, 1.2, 121, 1.19, 122, 1.2, 124, 1.19, 1.2]
});

sIFR.replace(univers_bold, {
	selector: 'h3.headline24.h_white',
	css: '.sIFR-root { background-color: #d0e4f4; color: #FFFFFF; font-size: 24px; }',
	wmode: 'transparent', 
	ratios: [8, 1.41, 11, 1.31, 15, 1.29, 25, 1.25, 33, 1.23, 43, 1.22, 61, 1.21, 91, 1.2, 92, 1.19, 107, 1.2, 108, 1.19, 110, 1.2, 113, 1.19, 115, 1.2, 119, 1.19, 120, 1.2, 121, 1.19, 122, 1.2, 124, 1.19, 1.2]
});



//sIFR.debug.ratios({src: 'fileadmin/flash/myriadprocond.swf', selector: '#content h1' });

