var ladna = {
  src: 'flash/sifr.swf'
      ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
}

sIFR.delayCSS  = true;
sIFR.forceWidth = true;
sIFR.isEnabled = sIFR.ua.transparencySupport;
sIFR.useStyleCheck = true;

// sIFR.prefetch(ladna);
sIFR.activate(ladna);

sIFR.replace(ladna, {
    selector: 'h2 span.sIFR'
    ,css: {
      '.sIFR-root': { 'color': '#506c8d', 'font-size':'17'}
    }
    ,wmode: 'transparent'
    ,fitExactly : 'true'
    ,tuneWidth : '3'
    , offsetTop : '3'
  });

sIFR.replace(ladna, {
    selector: '.ramka_prawa h2.tytul1'
    ,css: {
      '.sIFR-root': { 'color': '#506c8d', 'font-size':'16'}
    }
    ,wmode: 'transparent'
    ,fitExactly : 'true'
    ,tuneWidth : '3'
    ,offsetTop : '3'
  });

sIFR.replace(ladna, {
    selector: '.dolstrony h2'
    ,css: {
      '.sIFR-root': { 'color': '#ffffff' , 'background-color': 'transparent' , 'font-size':'19'}
    }
    ,wmode: 'transparent'
    ,fitExactly : 'true'
    ,forceSingleLine  : 'true'
    ,tuneWidth : '20'
    ,offsetTop : '3'
    ,offsetLeft : '-1'
  });
  
sIFR.replace(ladna, {
    selector: 'div.reg4 h2.tytul1'
    ,css: {
      '.sIFR-root': { 'color': '#525252' , 'background-color': 'transparent' ,  'font-size':'16'}
    }
    ,wmode: 'transparent'
    ,fitExactly : 'true'
    ,tuneWidth : '3'
    ,offsetTop : '3'
  });
sIFR.replace(ladna, {
    selector: '.ramka_lewa h2.tytul8'
    ,css: {
      '.sIFR-root': { 'color': '#506c8d', 'background-color': 'transparent' , 'font-size':'16'}
    }
    ,wmode: 'transparent'
    ,fitExactly : 'true'
    ,tuneWidth : '3'
  });
  
sIFR.replace(ladna, {
    selector: '.sIFR-linki'
    ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'background-color': 'transparent' , 'font-size':'16'}
    }
    ,wmode: 'transparent'
    ,fitExactly : 'true'
    ,tuneWidth : '3'
  });

