/*****************************************************************************
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 corporate_font = { src: 'fileadmin/www.innovationlab.biz/font/corporate-font.swf' };
sIFR.activate(corporate_font);

sIFR.replace(corporate_font, {
	selector: 'h1.corporate',
	css: [
		'.sIFR-root { text-decoration: none; color:#00415a; }',
		'a { text-decoration: none; }',
		'a:hover { text-decoration: none; }',
	],
	wmode: 'transparent'
});

sIFR.replace(corporate_font, {
	selector: 'h2.corporate',
	css: [
		'.sIFR-root { text-decoration: none; font-size: 22px; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:hover { ext-decoration: none; }',
		'.white { color:#FFFFFF; }',
		'.blue {  color:#00415a; }'
	],
	wmode: 'transparent'
});

sIFR.replace(corporate_font, {
	selector: 'p.corporate',
	css: [
		'.sIFR-root { font-size: 14px; text-decoration: none; color:#00415a; }',
		'a { text-decoration: none; }'
	],
	wmode: 'transparent'
});
