var helvetica_bold = {src: '/flash/helvetica_bold.swf'};
var helvetica_light = {src: '/flash/helvetica_light.swf'};
var helvetica_round = {src: '/flash/helvetica_round.swf'};

sIFR.activate(helvetica_bold, helvetica_light, helvetica_round );

//sIFR.activate(cochin, rockwell, vandenkeere);

sIFR.replace(helvetica_bold, {
  selector: 'h1.replace',
  css: ['.sIFR-root { text-align: left; color: #333333; font-size: 36px; }'],
  ratios: [10, 1.15, 19, 1.15, 26, 1.025, 32, 1.025, 71, 1.025, 1.025]
});

sIFR.replace(helvetica_light, {
  selector: 'h1.replace_us',
  css: ['.sIFR-root { text-align: left; color: #BFAA00; font-size: 36px; }'],
  ratios: [10, 1.15, 19, 1.15, 26, 1.025, 32, 1.025, 71, 1.025, 1.025]
});
sIFR.replace(helvetica_round, { 
  wmode: "transparent",
  selector: 'h1.replace_te',
  css: ['.sIFR-root { text-align: left; color: #ffffff; font-size: 30px; }'],
  ratios: [10, 1.15, 19, 1.15, 26, 1.025, 32, 1.025, 71, 1.025, 1.025]
});
/*

sIFR.replace(helvetica_round, { 
  wmode: "transparent",
  selector: 'h1.replace_te',
  css: ['.sIFR-root { text-align: left; color: #DE007B;; font-size: 36px; }'],
  ratios: [10, 1.15, 19, 1.15, 26, 1.025, 32, 1.025, 71, 1.025, 1.025]
});
*/
