// JavaScript Document
var avenir = {
	src: 'avenir.swf'
};

sIFR.activate(avenir);

sIFR.replace(avenir, {
	selector: '.head_black',
	wmode: 'transparent',
	css: '.sIFR-root { color: #313234; text-decoration: none; }',
});

sIFR.replace(avenir, {
	selector: '.head_blue',
	wmode: 'transparent',
	css: '.sIFR-root { color: #046c87; text-decoration: none; }',
});


sIFR.replace(avenir, {
	selector: '.head_red',
	wmode: 'transparent',
	css: '.sIFR-root { color: #9d0708; text-decoration: none; }',
});