var fontA = { src: 'flash/Frutiger-LT-Std-57-Cn.swf' };
var fontB = { src: 'flash/Frutiger-LT-Std-47-Light-Cn.swf' };

sIFR.activate(fontA, fontB);

sIFR.replace(fontA, {
  selector: 'h3',
  css: [
      '.sIFR-root { font-size: 16px; color: #ffffff; cursor: pointer; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(fontB, {
  selector: 'h1',
  css: [
      '.sIFR-root { font-size: 21px; color: #003366; }'
      ],
  wmode: 'transparent'
});