
if (_sifr_lang == "ru") {

	var cochin = {
		src: '/themes/swf/myriadProBlackCond.swf'
	};
}
else {
	var cochin = {
		src: '/themes/swf/sifr.swf'
	};
}

sIFR.activate();
if (_sifr_lang == "ru") {
	sIFR.replace(cochin, {
		selector: 'h4',
		css: {
			'.sIFR-root': {
				'font-size': '22px',
				'color': '#da251c'
			},
			'.szary': {
				'color': '#b3b3b3'
			},
			'.bialy': {
				'color': '#ffffff'
			}
		},
		//fitExactly: true,
		
		wmode: "transparent",
		
		//offsetTop: -2,
		
		tuneHeight: -6
	});
}
else {
	sIFR.replace(cochin, {
		selector: 'h4',
		css: {
			'.sIFR-root': {
				'font-size': '18px',
				'color': '#da251c'
			},
			'.szary': {
				'color': '#b3b3b3'
			},
			'.bialy': {
				'color': '#ffffff'
			}
		},
		//fitExactly: true,
		
		wmode: "transparent",
		
		//offsetTop: -2,
		
		tuneHeight: -6
	});	
	
}

