var gothic = {
  src: '/images/ag-gothic-demi.swf'
  /*,ratios:[6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 50, 1.2, 51, 1.21, 69, 1.2, 72, 1.19, 74, 1.2, 78, 1.19, 79, 1.2, 1.19]*/
  };

var md = {
  src: '/images/ag-md-bt.swf'
  /*,ratios:[6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 50, 1.2, 51, 1.21, 69, 1.2, 72, 1.19, 74, 1.2, 78, 1.19, 79, 1.2, 1.19]*/
  };
  
sIFR.useStyleCheck = true;
sIFR.activate(gothic, md);

/*  sIFR.debug.ratios({ src: 'avenir.swf', selector: 'h1' });*/

sIFR.replace(gothic, {
    selector: 'h1, h2.section'
	,css: [
      '.sIFR-root {text-align: left;color: #00498f; text-transform:uppercase;}'
	  ,'a {color: #00498f; text-decoration:none;}'
	  ,'a:hover {color: #00498f; text-decoration:none;}'
    ]
	,wmode: 'transparent'
  }); 

sIFR.replace(md, {
    selector: 'h2'
	,css: [
      '.sIFR-root {text-align: left; color: #333333;}'
	  ,'a {color: #333333; text-decoration:none;}'
	  ,'a:hover {color: #333333; text-decoration:none;}'
    ]
	,wmode: 'transparent'
  }); 
