  var avenir = {
    src: '../flash/avenir.swf'
	,ratios:[10, 1.13, 12, 1.04, 24, 1, 49, 0.96, 74, 0.94, 80, 0.93, 81, 0.94, 85, 0.93, 87, 0.94, 0.93]  
  };
  sIFR.useStyleCheck = true;
  sIFR.activate(avenir);

  sIFR.replace(avenir, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color:#FFFFFF; font-size:30px; margin: 0; padding-top:0; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #333333; }'
      ,'a:hover { color: #D7DA42; }'
    ]
	 ,wmode: 'transparent'
  });
  
  sIFR.replace(avenir, {
    selector: 'h2'
    ,css: [
	 '.sIFR-root { text-align: left; font-weight: normal; color:#D7DA42; font-size:16px; margin: 0; padding:0; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #333333; }'
      ,'a:hover { color: #D7DA42; }'	 ]
    ,selectable: true
	 ,wmode: 'transparent'
  });
