var futura = {
  src: '/swfs/futura_bt_extra_black.swf'
  ,ratios: [8,1.41,9,1.33,10,1.35,15,1.31,19,1.28,20,1.27,26,1.26,29,1.24,30,1.25,35,1.24,39,1.23,40,1.24,50,1.23,54,1.22,55,1.23,81,1.22,84,1.21,85,1.22,89,1.21,90,1.22,94,1.21,95,1.22,1.21]
};

var helvetica = {
  src: '/swfs/helvetica_neue_light.swf'
  ,ratios: [10,0.86,11,1.04,21,1.05,27,1.07,30,1.11,38,1.08,41,1.1,42,1.11,49,1.1,54,1.11,58,1.12,60,1.13,61,1.12,72,1.13,94,1.14,122,1.15,123,1.16,1.15]
};

var lubalin_demi = {
  src: '/swfs/lubalin_graph_demi.swf'
  ,ratios: [8,1.41,9,1.33,10,1.35,15,1.31,19,1.28,20,1.27,26,1.26,29,1.24,30,1.25,35,1.24,39,1.23,40,1.24,50,1.23,54,1.22,55,1.23,81,1.22,84,1.21,85,1.22,89,1.21,90,1.22,94,1.21,95,1.22,1.21]
};

var lubalin_book = {
  src: '/swfs/lubalin_graph_book.swf'
  ,ratios: [8,1.41,9,1.33,10,1.35,15,1.31,19,1.28,20,1.27,26,1.26,29,1.24,30,1.25,35,1.24,39,1.23,40,1.24,50,1.23,54,1.22,55,1.23,81,1.22,84,1.21,85,1.22,89,1.21,90,1.22,94,1.21,95,1.22,1.21]
};

sIFR.useStyleCheck = true;
sIFR.activate(futura, helvetica, lubalin_demi, lubalin_book);

sIFR.replace(helvetica, {
  selector: '.title_bar h1'
  ,wmode: 'transparent'
  ,css: [
    '.sIFR-root { font-size: 17px; color: #bbbbbb; margin-left: 12; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #bbbbbb; }'
    ,'a:hover { color: #bbbbbb; text-decoration: underline; }'
  ]
});

sIFR.replace(helvetica, {
  selector: '.body_bar h1'
  ,wmode: 'transparent'
  ,css: [
    '.sIFR-root { font-size: 17px; color: #464646; margin-left: 12; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #464646; }'
    ,'a:hover { color: #464646; text-decoration: underline; }'
  ]
});
