var Amienne= {
  src: '/flash/Amienne.swf'
};

sIFR.activate(Amienne); // From revision 209 and onwards


sIFR.replace(Amienne, {
  selector: '.sifrhead',
  wmode: 'transparent',
  css: {
	  '.sIFR-root': { 'color': '#ffffff' }
  },
  forceSingleLine: 'false',
  forceWidth: 'false',
  fitExactly: 'false',
  tuneWidth: '0',
  tuneHeight: '-7',
  offsetTop: '0',
  ratios: [9,1.16,16,1.09,29,1.05,34,1.02,49,1.01,69,1,0.99]
});

sIFR.replace(Amienne, {
  selector: '.sifrheadlarge',
  wmode: 'transparent',
  css: {
	  '.sIFR-root': { 'color': '#ffffff'}
  },
  forceSingleLine: 'true',
  forceWidth: 'false',
  fitExactly: 'true',
  tuneWidth: '50',
  tuneHeight: '-5',
  offsetTop: '0',
  ratios: [9,1.16,16,1.09,29,1.05,34,1.02,49,1.01,69,1,0.99]
});

sIFR.replace(Amienne, {
  selector: '.sifrheadlarge2',
  wmode: 'transparent',
  css: {
	  '.sIFR-root': { 'color': '#003467'}
  },
  forceSingleLine: 'true',
  forceWidth: 'false',
  fitExactly: 'true',
  tuneWidth: '50',
  tuneHeight: '-5',
  offsetTop: '0',
  ratios: [9,1.16,16,1.09,29,1.05,34,1.02,49,1.01,69,1,0.99]
});

sIFR.replace(Amienne, {
  selector: '.sifrheadblue',
  wmode: 'transparent',
  css: {
	  '.sIFR-root': { 'color': '#17497b' }
  },
  forceSingleLine: 'true',
  forceWidth: 'false',
  fitExactly: 'true',
  tuneWidth: '50',
  tuneHeight: '-7',
  offsetTop: '0',
  ratios: [9,1.16,16,1.09,29,1.05,34,1.02,49,1.01,69,1,0.99]
});

sIFR.replace(Amienne, {
  selector: '.sifrheadbrown',
  wmode: 'transparent',
  css: {
	  '.sIFR-root': { 'color': '#703d00' }
  },
  forceSingleLine: 'true',
  forceWidth: 'false',
  fitExactly: 'true',
  tuneWidth: '50',
  tuneHeight: '-7',
  offsetTop: '0',
  ratios: [9,1.16,16,1.09,29,1.05,34,1.02,49,1.01,69,1,0.99]
});

/*

sIFR.debugMode = true;
sIFR.debug.ratios({ src: '/flash/Amienne.swf', selector: '.sifrhead' });
*/