 
    var Charlemagne = {
      src: '../UploadedResources/Charlemagne.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };
    
    sIFR.activate(Charlemagne);
     
     sIFR.replace(Charlemagne, {
      selector: '.section_copy h2',
      wmode: 'transparent',
      css: {
        '.sIFR-root': { 'color': '#C4161B', 'font-size': '18', 'text-align': 'center', 'display': 'block', 'sWmode' : 'transparent', 'font-weight' : 'bold'}
        ,'a': { 'text-decoration': 'none', 'color':'#C4161B'}
        ,'a:hover': { 'text-decoration': 'none', 'color':'#C4161B'}
      }
    });  
    
    sIFR.replace(Charlemagne, {
      selector: '.secondary_nav_repeat h2',
      wmode: 'transparent',
      css: {
        '.sIFR-root': { 'color': '#000000', 'font-size': '22', 'text-align': 'center', 'display': 'block', 'sWmode' : 'transparent', 'font-weight' : 'bold'}
        ,'a': { 'text-decoration': 'none', 'color':'#000000'}
        ,'a:hover': { 'text-decoration': 'none', 'color':'#000000'}
      }
    });  
    
      sIFR.replace(Charlemagne, {
      selector: '.inner_wrapper h2',
      wmode: 'transparent',
      fitExactly: true,
      css: {
        '.sIFR-root': { 'color': '#7D0004', 'font-size': '22', 'text-align': 'center', 'display': 'inline', 'sWmode' : 'transparent', 'font-weight' : 'bold'}
      }
    });  
    
    sIFR.replace(Charlemagne, {
      selector: 'h2',
      wmode: 'transparent',
      css: {
        '.sIFR-root': { 'color': '#000000', 'font-size': '18', 'text-align': 'center', 'display': 'block', 'sWmode' : 'transparent'}
        ,'a': { 'text-decoration': 'none', 'color':'#000000'}
        ,'a:hover': { 'text-decoration': 'none', 'color':'#000000'}
      }
    });  
     
    sIFR.replace(Charlemagne, {
      selector: '.inner_wrapper h1',
      wmode: 'transparent',
      //forceWidth: true,
      fitExactly: true,
      //forceSingleLine: true,
      css: {
        '.sIFR-root': { 'color': '#000000', 'font-size': '22', 'sWmode' : 'transparent', 'font-weight' : 'bold'}
      }
    });
    
    
