var advert = {
      src: 'html/swf/advert.swf'
    };

	sIFR.prefetch = true;
	sIFR.setPrefetchCookie = true;
	sIFR.fixWrap = true;
	sIFR.autoInitialize  = true;
	
    sIFR.activate(advert);

	sIFR.replace(advert, {
      selector: 'ul#MainMenu>li>span',
	  wmode: 'transparent',
	  offsetTop: 3,
      tuneHeight: 0,
	  tuneWidth:3,
	  forceSingleLine: true,
	  fixFocus: true
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; text-transform:uppercase; leading:-8;  line-height:0.8em;  }'
        ,'a { text-decoration: none; color: #002f69; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #002f69; }'
      ]
    });

	sIFR.replace(advert, {
      selector: '#HomeRC h2, #SubRC h2',
	  wmode: 'transparent',
	  forceSingleLine: false,
	  fixFocus: true
      ,css: [
        '.sIFR-root { color:#002f69; text-transform:uppercase; }'
      ]
    });
    
	sIFR.replace(advert, {
      selector: '#Oferta_firmowe h2',
	  wmode: 'transparent',
	  forceSingleLine: true,
	  fixFocus: true
      ,css: [
        '.sIFR-root { color:#11afdf; text-transform:uppercase; }'
		,'a { text-decoration: none; color: #11afdf; }'
        ,'a:link { color: #11afdf; }'
        ,'a:hover { color: #11afdf; }'
      ]
    });
	
	/** podmiana na wyrazne zyczenie */
	function initializeIndividualHomePage() {
		sIFR.replace(advert, {
	      selector: '#Oferta_indywidualne h2',
		  wmode: 'transparent',
		  forceSingleLine: true,
		  fixFocus: true
	      ,css: [
	        '.sIFR-root { color:#11afdf; text-transform:uppercase; }'
			,'a { text-decoration: none; color: #fcb325; }'
	        ,'a:link { color: #fcb325; }'
	        ,'a:hover { color: #fcb325; }'
	      ]
	    });
	}
	
	sIFR.replace(advert, {
      selector: 'h3',
	  wmode: 'transparent',
	  forceSingleLine: true,
	  fixFocus: true
      ,css: [
        '.sIFR-root { color:#ffffff; text-transform:uppercase; }'
      ]
    });
	
	sIFR.replace(advert, {
      selector: '#StronaOgolna #SubContent h1',
	  wmode: 'transparent',
	  forceSingleLine: false,
	  fixFocus: true
      ,css: [
        '.sIFR-root { color:#002f69; }'
      ]
    });
	
	sIFR.replace(advert, {
      selector: '#Oferta_indywidualni #SubContent h1',
	  wmode: 'transparent',
	  forceSingleLine: false,
	  fixFocus: true
      ,css: [
        '.sIFR-root { color:#fcb325; }'
      ]
    });
	
	sIFR.replace(advert, {
      selector: '#Oferta_firmowe #SubContent h1',
	  wmode: 'transparent',
	  forceSingleLine: false,
	  fixFocus: true
      ,css: [
        '.sIFR-root { color:#11afdf; }'
      ]
    });
