var sifr = {
    src: flashPath+'sifr.swf'
};

var sifrExtraBold = {
    src: flashPath+'FutureStdExtraBoldCondensedOblique.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(sifr);


sIFR.replace(sifrExtraBold, {
	    selector: '#product h1'
		,filters: {
			DropShadow: { 
				distance: 0, 
				color: '#b71c8d', 
				strength: 20, 
				blurY: 2, 
				blurX: 2, 
				alpha: .30, 
				angle: -164
			}
		}
	    ,css: ['.sIFR-root { color: #ffffff; font-size: 32px; font-style:italic; leading: -10px;} .sIFR-root em { color: #fff200;  font-size: 32px;}']
	    ,wmode: 'transparent'
		,selectable: false
	});
	
sIFR.replace(sifrExtraBold, {
	    selector: '.home h2'
		,filters: {
			DropShadow: { 
				distance: 0, 
				color: '#b71c8d', 
				strength: 20, 
				blurY: 2, 
				blurX: 2, 
				alpha: .30, 
				angle: -164
			}
		}
	    ,css: ['.sIFR-root { color: #ffffff; font-size: 16px; font-style:italic; line-height: 12px; leading: -2px;} .sIFR-root em { color: #fff200;  font-size: 16px; line-height: 12px; leading: -2px}']
	    ,wmode: 'transparent'
		,selectable: false
	});
	
sIFR.replace(sifrExtraBold, {
	    selector: '.home h6, #stainsolutionSelector h3'
		,filters: {
			DropShadow: { 
				distance: 0, 
				color: '#b71c8d', 
				strength: 20, 
				blurY: 2, 
				blurX: 2, 
				alpha: .30, 
				angle: -164
			}
		}
	    ,css: ['.sIFR-root { color: #fff200; font-size: 17px; font-style:italic; line-height: 12px; leading: -5px;} .sIFR-root em { color: #fff200;  font-size: 17px; line-height: 12px; leading: -2px}']
	    ,wmode: 'transparent'
		,selectable: false
	});

sIFR.replace(sifrExtraBold, {
	    selector: '#columnBlock2 h6'
		,filters: {
			DropShadow: { 
				distance: 0, 
				color: '#b71c8d', 
				strength: 20, 
				blurY: 2, 
				blurX: 2, 
				alpha: .30, 
				angle: -164
			}
		}
	    ,css: ['.sIFR-root { color: #fff200; font-size: 14px; font-style:italic; line-height: 12px; leading: -5px;} .sIFR-root em { color: #fff200;  font-size: 14px; line-height: 12px; leading: -2px}']
	    ,wmode: 'transparent'
		,selectable: false
	});
	
sIFR.replace(sifrExtraBold, {
	    selector: 'h4'
		,filters: {
			DropShadow: { 
				distance: 0, 
				color: '#b71c8d', 
				strength: 20, 
				blurY: 2, 
				blurX: 2, 
				alpha: .30, 
				angle: -164
			}
		}
	    ,css: ['.sIFR-root { color: #ffffff; font-size: 16px; font-style:italic; line-height: 12px; leading: -5px;}']
	    ,wmode: 'transparent'
		,selectable: false
	});
