  sIFR.compatMode = true;
  sIFR.activate();
  

  
  sIFR.replace({
    selector: 'h1', 
    src: '../_swf/h1.swf', 
    highsrc: '../_swf/h1.swf',
    wmode: 'transparent',
    css: {
      '.sIFR-root': { 'background-color': '#e7f2fd', 'color': '#ffffff', 'font-size': '46px','line-height': '46px','height': '46px','letter-spacing':'-2' } 
    }
  });
  
  
  sIFR.replace({
    selector: 'h2', 
    src: '../_swf/h2.swf', 
    highsrc: '../_swf/h2.swf',
    wmode: 'transparent',
    css: {
      '.sIFR-root': { 'background-color': '#e7f2fd', 'color': '#002F82', 'font-size': '30px','line-height': '30px','height': '30px','margin': '0px','letter-spacing':'-2' }
    }
  });
  
  
/*
    sIFR.replace({
    selector: 'h3', 
    src: '../_swf/h3.swf', 
    highsrc: '../_swf/h3.swf',
    wmode: 'transparent',
    css: {
      '.sIFR-root': { 'background-color': '#e7f2fd', 'color': '#002F82', 'font-size': '16px','line-height': '16px','height': '16px','margin': '0px','font-weight': 'bold' }
    }
  });
*/  
