
var futura = { src: 'http://www.company.pl/gfx/czcionka.swf' };

sIFR.activate(futura);

sIFR.replace(futura, {
  selector: 'h2',
  css: '.sIFR-root {color: #000000;}',
  wmode: 'transparent',
  selectable: false
}
);

sIFR.replace(futura, {
  selector: 'h1',
  css: '.sIFR-root {color: #000000;}',
  wmode: 'transparent',
  selectable: false
}
);

sIFR.replace(futura, {
  selector: 'h3',
  css: '.sIFR-root {color: #000000;}',
  wmode: 'transparent',
  selectable: false
}
);

sIFR.replace(futura, {
  selector: 'h4',
  css: '.sIFR-root {color: #000000;}',
  wmode: 'transparent',
  selectable: false
}
);

sIFR.replace(futura, {
  selector: 'div.firma_wpis div.naglowek',
  css: '.sIFR-root {color: #125278;}',
  wmode: 'transparent',
  selectable: false
}
);

sIFR.replace(futura, {
  selector: 'h6',
  css: '.sIFR-root {color: #125278;}',
  wmode: 'transparent',
  selectable: false
}
);

