var daxLt = {
  src: '/js/governance/sifr-DAXlight.swf'
};

var daxMed = {
  src: '/js/governance/sifr-DAXmed.swf'
};


sIFR.activate(daxLt, daxMed);

sIFR.replace(daxMed, {
	selector: '#hero h1, h2.product-header',
	css: {
		'.sIFR-root' : { 'color' : '#000000'}
	},
	wmode: 'transparent'
});

sIFR.replace(daxLt, {
	selector: '#hero h2, h1.product-header, h3.product-header',
	css: {
		'.sIFR-root' : { 'color' : '#007ca4' }
	},
	wmode: 'transparent'
});
