/*****************************************************************************
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 hel_35_th = { src: '/template/fonts/helveticaneuelt_35_th_hr.swf' };
var hel_45_lt = { src: '/template/fonts/helveticaneuelt_45_lt_hr.swf' };

sIFR.activate(hel_35_th, hel_45_lt);

sIFR.replace(hel_35_th, {
	selector: '.sifr_01',
	css: '.sIFR-root {color: #c30003; font-size: 20px; }, a { text-decoration: none; }, a:link { color: #c30003; }, a:hover { text-decoration: underline; color: #c30003; }',
	tuneHeight: 0,
	wmode: 'transparent'
});

sIFR.replace(hel_45_lt, {
	selector: '.sifr_02',
	css: '.sIFR-root {color: #c30003; font-size: 17px; }, a { text-decoration: none; }, a:link { color: #c30003; }, a:hover { text-decoration: underline; color: #c30003; }',
	tuneHeight: 0,
	wmode: 'transparent'
});

sIFR.replace(hel_45_lt, {
	selector: '.sifr_03',
	css: '.sIFR-root {color: #888888; leading: 4; font-size: 13px; }, a { text-decoration: none; }, a:link { color: #333333; }, a:hover { text-decoration: underline; color: #333333; }',
	tuneHeight: 0,
	wmode: 'transparent'
});

