var heavy = {
    src: 'flash/futura-heavy.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(heavy);

var book = {
    src: 'flash/futura-book.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(book);

var medium = {
    src: 'flash/futura-medium.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(medium);



sIFR.replace(book, {
    selector: 'h2'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#a6a6a6','font-size': '11px', 'text-align': 'right'},
		'a': { 'color': '#cccccc', 'text-decoration': 'none' },
		'a:hover': { 'color': '#ffffff' }
	}
	,filters: {
	  	GlowFilter: {
			strength: .8
			,color: '#000000'
			,blurY: 3
			,blurX: 3
	  	}	
	}
});

sIFR.replace(medium, {
    selector: 'h3'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#cccccc','font-size': '15px', 'text-align': 'right'},
		'a': { 'color': '#ffffff', 'text-decoration': 'none' },
		'a:hover': { 'color': '#000000' }
	}
	,filters: {
	  	GlowFilter: {
			strength: .5
			,color: '#000000'
			,blurY: 3
			,blurX: 3
	  	}	
	}
});

sIFR.replace(book, {
    selector: 'h4'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#cccccc','font-size': '11px', 'text-align': 'right'},
		'a': { 'color': '#666666', 'text-decoration': 'none' },
		'a:hover': { 'color': '#ffffff' }
	}
	,filters: {
	  	GlowFilter: {
			strength: .3
			,color: '#000000'
			,blurY: 3
			,blurX: 3
	  	}	
	}
});

sIFR.replace(heavy, {
    selector: 'h5'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#252525','font-size': '28px', 'text-align': 'left'}
	}
	,filters: {
	  	GlowFilter: {
			strength: .7
			,color: '#ffffff'
			,blurY: 5
			,blurX: 5
	  	}	
	}
});

sIFR.replace(medium, {
    selector: 'h6'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#ffffff','font-size': '20px', 'text-align': 'left'}
	}
	,filters: {
	  	GlowFilter: {
			strength: .3
			,color: '#ffffff'
			,blurY: 5
			,blurX: 5
	  	}	
	}
});