var roman = {
    src: flashPath+'AvenirLTStdRoman.swf'
};
var heavy = {
    src: flashPath+'AvenirLTStdHeavy.swf'
};


sIFR.useStyleCheck = true;
sIFR.activate(heavy,roman);

sIFR.replace(roman, {
    selector: 'h1'
    ,css: ['.sIFR-root { color: #000000; font-size: 22px; text-transform: uppercase;}']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(roman, {
    selector: '#rightColumn h2'
    ,css: ['.sIFR-root { color: #000000; font-size: 18px; text-transform: uppercase;}']
    ,wmode: 'transparent'
	,selectable: false
	,fitExactly: true
});

sIFR.replace(roman, {
    selector: '.productSubGroup h4'
	,filters: {
		GlowFilter: { 
			strength: 3, 
			blurY: 2, 
			blurX: 5, 
			inner: false, 
			color: '#e1deda'
		}
	}
    ,css: ['.sIFR-root { color: #000000; font-size: 14px; text-transform: uppercase;}']
    ,wmode: 'transparent'
	,selectable: false
});


/*
sIFR.replace(sifr, {
    selector: '#projectContent h4, #mainContent h4, #bureau #contentTop h1'
    ,css: ['.sIFR-root { color: #000000; font-size: 26px;}']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(sifr, {
    selector: '#relatedProjectsTitle'
    ,css: ['.sIFR-root { color: #FFFFFF; font-size: 18px;}']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(sifr, {
    selector: '#contentBody h1'
    ,css: ['.sIFR-root { color: #000000; font-size: 26px;}']
    ,wmode: 'transparent'
	,selectable: false
});
*/

