/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

var mkreczne = { src: 'mkreczne3.swf' };

sIFR.activate(mkreczne);

sIFR.replace(mkreczne, {
  selector: 'h1',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: #ffffff; color: #000000;leading:-5}'
});
sIFR.replace(mkreczne, {
  selector: 'p',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: #ffffff; color: #000000;leading:-4}'
});
sIFR.replace(mkreczne, {
	selector: 'div.menuElem'
	,wmode: 'transparent'
      ,css: [
        '.sIFR-root { color:#000000;leading:-5}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
		,'a:hover { color: #000000; }'
        ,'.red {color: #e40808; }'
		,'.pink {color: #d931d3; }'
		,'.green {color: #3bbb3b; }'
		,'.blue {color: #005aff; }'
      ]
    });
sIFR.replace(mkreczne, {
	selector: 'div.backLink'
	,wmode: 'transparent'
      ,css: [
        '.sIFR-root { color:#c9261f;leading:-5;}'
        ,'a { text-decoration: underline;color:#c9261f; }'
        ,'a:link { color: #c9261f; }'
		,'a:hover { color: #c9261f; }'
      ]
    });	
sIFR.replace(mkreczne, {
	selector: 'div.navipage'
	,wmode: 'transparent'
     ,css: [
       '.sIFR-root { color:#c9261f;leading:-5;}'
       ,'a { text-decoration: underline;color:#c9261f; }'
       ,'a:link { color: #c9261f; }'
	   ,'a:hover { color: #c9261f; }'
     ]
   });	
sIFR.replace(mkreczne, {
	selector: 'div.startButton'
	,wmode: 'transparent'
     ,css: [
       '.sIFR-root { color:#c9261f;leading:-5;text-align:center;text-transform:uppercase;}'
       ,'a { text-decoration: none;color:#c9261f; }'
       ,'a:link { color: #c9261f; }'
	   ,'a:hover { color: #c9261f; }'
     ]
   });  
sIFR.replace(mkreczne, {
	selector: 'div.formButton'
	,wmode: 'transparent'
     ,css: [
       '.sIFR-root { color:#c9261f;leading:-5;text-align:right;}'
       ,'a { text-decoration: none;color:#c9261f; }'
       ,'a:link { color: #c9261f; }'
	   ,'a:hover { color: #c9261f; }'
     ]
   });   
