var arial_demi = {
    src: 'fileadmin/sifr/arial_demi.swf',
    ratios: [8, 1.41, 10, 1.33, 15, 1.31, 19, 1.28, 26, 1.25, 29, 1.24, 30, 1.25, 35, 1.24, 49, 1.23, 79, 1.22, 80, 1.21, 81, 1.22, 89, 1.21, 90, 1.22, 1.21]
};
sIFR.useStyleCheck = true;
sIFR.forceWidth = true;
sIFR.fitExactly = true;
sIFR.activate(arial_demi);
/*
sIFR.replace(arial_demi, {
    selector: 'h1.grau'
    ,css: [
        '.sIFR-root { font-size: 17px; color: #898989; }'
    ]
    ,wmode: 'transparent'
    ,forceWidth: true
    ,fitExactly: true
});
sIFR.replace(arial_demi, {
    selector: 'h2.stores-detail'
    ,css: [
        '.sIFR-root { font-size: 14px; color: #292929; }'
    ]
    ,wmode: 'transparent'
    ,forceWidth: true
    ,fitExactly: true
});
sIFR.replace(arial_demi, {
    selector: 'h1.header_sitename'
    ,css: [
        '.sIFR-root { font-size: 26px; color: #ffffff; }'
    ]
    ,wmode: 'transparent'
    ,forceWidth: true
    ,fitExactly: true
});
sIFR.replace(arial_demi, {
    selector: 'h1'
    ,css: [
        '.sIFR-root { font-size: 17px; color: #e2001a; }'
    ]
    ,wmode: 'transparent'
    ,forceWidth: true
    ,fitExactly: true
});
*/

