/* Disabling sifr because it doubled all the topics etc. SH 3.4.2008 klo 22:20 */

var frutiger = { src: '/files/suominen/flash/frutiger-cn.swf' };

sIFR.activate(frutiger);

sIFR.replace(frutiger, {
	selector: 'H1',
	transparent: true,
	css: '.sIFR-root { color: #0850a4; font-size: 25px; }'
});

sIFR.replace(frutiger, {
	selector: 'H2',
	transparent: true,
	css: '.sIFR-root { color: #555555; font-size: 17px; }'
});

sIFR.replace(frutiger, {
	selector: '#content .intro',
	transparent: true,
	css: '.sIFR-root { color: #667178; font-size: 16px; }'
});


if (! ($.browser.msie && parseInt($.browser.version) < 7)) {

	// Enabled for all but IE6

	sIFR.replace(frutiger, {
		selector: '#main-front .top .frame H3',
		transparent: true,
		css: '.sIFR-root { color: #084fa2; font-size: 30px; }'
	});

	sIFR.replace(frutiger, {
		selector: '#main-front .top .frame .summary',
		transparent: true,
		css: '.sIFR-root { color: #667178; font-size: 18px; }'
	});

}
