/*
if(typeof sIFR == "function"){
	sIFR.replaceElement("h2.sifr", named({sFlashSrc: "flash/empik_regularBold.swf", sColor: "#FFFFFF", sWmode: "transparent"}));
	sIFR.replaceElement("h3.sifr", named({sFlashSrc: "flash/empik_regularBold.swf", sColor: "#FFFFFF", sWmode: "transparent"}));
	sIFR.replaceElement("h4.sifr", named({sFlashSrc: "flash/empik_regularBold.swf", sColor: "#FFFFFF", sWmode: "transparent"}));
	sIFR.replaceElement("a.sifr", named({sFlashSrc: "flash/empik_regularBold.swf", sColor: "#FFFFFF", sWmode: "transparent"}));
	sIFR.replaceElement("legend.sifr", named({sFlashSrc: "flash/empik_regularBold.swf", sColor: "#FFFFFF", sWmode: "transparent"}));	
};
*/

var empikfont = {
    src: 'flash/empik_pro_regular2.swf'
};
       
sIFR.repaintOnResize = true;
sIFR.useStyleCheck = true;
sIFR.activate(empikfont);

sIFR.replace(empikfont, {
        selector: 'h2.sifr'
        ,wmode: 'transparent'
        ,css: [
            '.sIFR-root { color: #ffffff; font-weight: bold; }'
            ,'a { text-decoration: none; }'
            ,'a:link { color: #0000FF; }'
            ,'a:hover { color: #00FF00; }'
        ]
});
sIFR.replace(empikfont, {
        selector: 'h3.sifr'
        ,wmode: 'transparent'
        ,css: [
        '.sIFR-root { font-size: 17px; color: #ffffff; font-weight: bold; }'
            ,'a { text-decoration: none; }'
            ,'a:link { color: #ffffff; }'
            ,'a:hover { color: #ffffff; }'
        ]
});
sIFR.replace(empikfont, {
        selector: 'h4.sifr'
        ,wmode: 'transparent'
        ,css: [
            '.sIFR-root { font-size: 17px; color: #ffffff; font-weight: bold; }'
            ,'a { text-decoration: none; }'
            ,'a:link { color: #0000FF; }'
            ,'a:hover { color: #00FF00; }'
        ]
});
sIFR.replace(empikfont, {
        selector: '#nav-sub h5'
        ,wmode: 'transparent'
        ,css: [
        '.sIFR-root { cursor: pointer; font-size: 16px; color: #ffffff; font-weight: bold; }'
            ,'a { text-decoration: none; }'
            ,'a:link { color: #ffffff; }'
            ,'a:hover { color: #ffffff; }'
        ]
});
sIFR.replace(empikfont, {
        selector: '#nav-sub strong'
        ,wmode: 'transparent'
        ,css: [
            '.sIFR-root { font-size: 16px; color: #ffffff; font-weight: bold; }'
            ,'a { text-decoration: none; }'
            ,'a:link { color: #0000FF; }'
            ,'a:hover { color: #00FF00; }'
        ]
});
sIFR.replace(empikfont, {
        selector: 'legend.sifr'
        ,wmode: 'transparent'
        ,css: [
            '.sIFR-root { color: #ffffff; font-weight: bold; }'
            ,'a { text-decoration: none; }'
            ,'a:link { color: #0000FF; }'
            ,'a:hover { color: #00FF00; }'
        ]
});

