var Calibri = {src: '/szablony/inca/sifr/Calibri.swf'};

sIFR.delayCSS  = true;
sIFR.forceWidth = true;
sIFR.isEnabled = sIFR.ua.transparencySupport;
sIFR.useStyleCheck = true;

//sIFR.prefetch(Calibri);

sIFR.activate(Calibri);


// sIFR długi biały
sIFR.replace(Calibri, {
	selector: '.sIFR',
	css: [
		'.sIFR-root { font-weight: bold; color: #ffffff; text-decoration: none; letter-spacing: -0.7; }',
		'a { display: block; padding: 2px 10px 2px 10px; font-weight: bold; color: #ffffff; text-decoration: none; }',
		'a:hover { font-weight: bold; color: #e2001a; text-decoration: none; }'
	],
	filters: {
		DropShadow: {
			distance: 1,
			color: '#cccdce',
			strength: 2,
			alpha: .5
		}
	},
	wmode: 'transparent'
	,tuneWidth : '8'
});


// sIFR krótki czerwony
sIFR.replace(Calibri, {
	selector: '.sIFRCzerwony',
	css: [
		'.sIFR-root { font-weight: bold; color: #e2001a; text-decoration: none; letter-spacing: -0.7; }',
		'a { display: block; padding: 2px 10px 2px 10px; font-weight: bold; color: #e2001a; text-decoration: none; }',
		'a:hover { font-weight: bold; color: #e2001a; text-decoration: none; }'
	],
	filters: {
		DropShadow: {
			distance: 1,
			color: '#cccdce',
			strength: 2,
			alpha: .5
		}
	},
	wmode: 'transparent'
	,fitExactly : 'true'
	,tuneWidth : '8'
});


// sIFR krótki biały
sIFR.replace(Calibri, {
	selector: '.sIFR2',
	css: [
		'.sIFR-root { font-weight: bold; color: #ffffff; text-decoration: none; letter-spacing: -0.7; }',
		'a { display: block; padding: 2px 10px 2px 10px; font-weight: bold; color: #ffffff; text-decoration: none; }',
		'a:hover { font-weight: bold; color: #e2001a; text-decoration: none; }'
	],
	filters: {
		DropShadow: {
			distance: 1,
			color: '#cccdce',
			strength: 2,
			alpha: .5
		}
	},
	wmode: 'transparent'
	,fitExactly : 'true'
	,tuneWidth : '8'
});

// sIFR biały na stałą szerokość 100px
sIFR.replace(Calibri, {
	selector: '.sIFR3',
	css: [
		'.sIFR-root { font-weight: bold; color: #ffffff; text-decoration: none; letter-spacing: -0.7; }',
		'a { display: block; padding: 2px 10px 2px 10px; font-weight: bold; color: #ffffff; text-decoration: none; }',
		'a:hover { font-weight: bold; color: #e2001a; text-decoration: none; }'
	],
	filters: {
		DropShadow: {
			distance: 1,
			color: '#cccdce',
			strength: 2,
			alpha: .5
		}
	},
	wmode: 'transparent'
	,fitExactly : 'true'
	,tuneWidth : '4'
});

