var DinMedium = { src: ROOT_FOLDER + '/swf/DinMedium.swf' };

sIFR.activate(DinMedium);

/*
sIFR.replace(DinMedium, {
  selector: '.sidebarTitle',
  css: '.sIFR-root { color:#ffffff; font-size:16px; text-transform: uppercase; }',
  transparent: true, 
	onReplacement: function(fi){resetMovie(fi);} // Stop IE9 from vertically stretching the text.
});
*/

/*
sIFR.replace(DinMedium, {
  selector: '.pageTitle',
  css: '.sIFR-root { color:#000000; font-size:26px; }',
  transparent: true, 
	onReplacement: function(fi){resetMovie(fi);} // Stop IE9 from vertically stretching the text.
});
*/

/*
sIFR.replace(DinMedium, {
  selector: '#callsToAction .action h3',
  css: '.sIFR-root { color:#ffffff; font-size:16px; text-transform: uppercase; text-align: center; }',
	filters: {
		DropShadow: {
			distance: 2, 
			color: '#0a3a5a', 
			strength: 1, 
			alpha: 0.5
		}
	}, 
  transparent: true, 
	onReplacement: function(fi){resetMovie(fi);} // Stop IE9 from vertically stretching the text.
});*/
