var mojSifr = {
    src: 'sifr/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.activate(mojSifr);
sIFR.useStyleCheck = true;
sIFR.prefetch(mojSifr);
sIFR.activate(mojSifr);

sIFR.replace(mojSifr, {
    selector: 'span.sifrMenu'
    ,css: [
      '.sIFR-root {background-color: transparent; font-size: 13px; color: #FFFFFF; text-decoration: none;}'
      ,'a {color: #FFFFFF; text-decoration: none;}'
      ,'a:hover { color: #FFFFFF; text-decoration: none;}'
    ],
    wmode: 'transparent',
    fitExactly : 'true'  
   });		

sIFR.replace(mojSifr, {
    selector: 'span.sifrMenuActive'
    ,css: [
      '.sIFR-root {background-color: transparent; font-size: 13px; color: #FFFFFF; text-decoration: none;}'
      ,'a {color: #FFFFFF; text-decoration: none;}'
      ,'a:hover { color: #FFFFFF; text-decoration: none;}'
    ],
    wmode: 'transparent',
    fitExactly : 'true'  
   });	

sIFR.replace(mojSifr, {
    selector: 'h2.tytul1'
    ,css: [
      '.sIFR-root {background-color: transparent; font-size: 16px; color: #08588b;}'
      ,'a {color: #6a6747; text-decoration: none;}'
      ,'a:hover {color: #; text-decoration: noe;}'
    ],
    wmode: 'transparent',
    fitExactly : 'true'  
   });
   
sIFR.replace(mojSifr, {
    selector: 'span.sciezkaModul'
    ,css: [
      '.sIFR-root {background-color: transparent; font-size: 15px; color: #08588b;}'
      ,'a {color: #08588b; text-decoration: none;}'
      ,'a:hover {color: #08588b; text-decoration: noe;}'
    ],
    wmode: 'transparent',
    fitExactly : 'true'  
   });	
