var myriad = { src: 'fx/helvetica.swf' };

sIFR.activate(myriad);

// If you want, you can use multiple movies, like so:
//
//    var futura = { src: '/path/to/futura.swf' };
//    var garamond = { src '/path/to/garamond.swf' };
//    var rockwell = { src: '/path/to/rockwell.swf' };
//    
//    sIFR.activate(futura, garamond, rockwell);
//
// Remember, there must be *only one* `sIFR.activate()`!

sIFR.replace(myriad, {

  selector: 'h1',

  css: ['.sIFR-root { background-color: #ffffff; color: #75a9cd; font-size: 17px; line-height: 1em; }',
  		'a { text-decoration: none; font-size: 17px;}',
        'a:link { color: #75a9cd; }',
        'a:hover { color: #75a9cd; }'],
        
  tuneHeight: '-5',
  
  offsetTop: '0',
  
  wmode: 'transparent'

});

sIFR.replace(myriad, {

  selector: 'h2',

  css: ['.sIFR-root { background-color: #ffffff; color: #616161; font-size: 13px; line-height: 1em; }',
  		'a { text-decoration: none; font-size: 13px;}',
        'a:link { color: #616161; }',
        'a:hover { color: #616161; }'],

  tuneHeight: '-5',
  
  offsetTop: '-3'

});


sIFR.replace(myriad, {

  selector: '.siteName, .title',

  css: ['.sIFR-root { background-color: #ffffff; color: #75a9cd; font-size: 17px; line-height: 1em; }',
  		'a { text-decoration: none; font-size: 17px;}',
        'a:link { color: #75a9cd; }',
        'a:hover { color: #75a9cd; }'],

  tuneHeight: '0',
  
  offsetTop: '-4',
  
  wmode: 'transparent'

});

sIFR.replace(myriad, {

  selector: '.newsTitle',

  css: ['.sIFR-root { background-color: #ffffff; color: #616161; font-size: 13px; line-height: 1em; }',
  		'a { text-decoration: none; font-size: 13px;}',
        'a:link { color: #616161; }',
        'a:hover { color: #616161; }'],

  tuneHeight: '18',
  
  offsetTop: '15'

});

/*sIFR.replace(myriad, {

  selector: '#menu div',

  css: ['.sIFR-root { background-color: #ffffff; color: #ffffff; font-size: 16px; line-height: 1em;}',
  		'a { text-decoration: none; font-size: 16px;}',
        'a:link { color: #ffffff; }',
        'a:hover { color: #ffffff; }'],

  tuneHeight: '0',
  
  offsetTop: '-3',
  
  wmode: 'transparent'

});*/

sIFR.replace(myriad, {

  selector: '#contentMainLeft .set',

  css: ['.sIFR-root { background-color: #f6f6f6; color: #616161; font-size: 13px; line-height: 1em; }',
  		'a { text-decoration: none; font-size: 13px;}',
        'a:link { color: #616161; }',
        'a:hover { color: #616161; }'],

  tuneHeight: '-3',
  
  offsetTop: '0'

});

sIFR.replace(myriad, {

  selector: '#contentMainLeft .aktDzialy',

  css: ['.sIFR-root { background-color: #f6f6f6; color: #75a9cd; font-size: 13px; line-height: 1em; }',
  		'a { text-decoration: none; font-size: 13px;}',
        'a:link { color: #75a9cd; }',
        'a:hover { color: #616161; }'],

  tuneHeight: '-3',
  
  offsetTop: '0'

});

sIFR.replace(myriad, {

  selector: '.temp',

  css: ['.sIFR-root { background-color: #ffffff; color: #75a9cd; font-size: 16px; line-height: 1em; }',
  		'a { text-decoration: none; font-size: 16px;}',
        'a:link { color: #75a9cd; }',
        'a:hover { color: #75a9cd; }'],

  tuneHeight: '0',
  
  offsetTop: '-4',
  
  wmode: 'transparent'

});

sIFR.replace(myriad, {

  selector: '.catName, .oddzialName',

  css: ['.sIFR-root { background-color: #ffffff; color: #75a9cd; font-size: 16px; line-height: 1em; }',
  		'a { text-decoration: none; font-size: 16px;}',
        'a:link { color: #75a9cd; }',
        'a:hover { color: #75a9cd; }'],

  tuneHeight: '-4',
  
  offsetTop: '-3'

});
