
var helvetica_md = {
src: '/_common/swf/sifr3/helvetica_md_cond.swf',
ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 28, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 64, 1.23, 106, 1.22, 107, 1.21, 111, 1.22, 112, 1.21, 115, 1.22, 117, 1.21, 119, 1.22, 121, 1.21, 123, 1.22, 1.21],
    transparent: true
};

var helvetica_bk = {
    src: '/_common/swf/sifr3/helvetica_bk_cond.swf',
    ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 35, 1.24, 39, 1.23, 40, 1.24, 51, 1.23, 54, 1.22, 55, 1.23, 88, 1.22, 89, 1.21, 93, 1.22, 94, 1.21, 95, 1.22, 103, 1.21, 104, 1.22, 108, 1.21, 109, 1.22, 1.21],
    transparent: true
};

//sIFR.useStyleCheck = true;

sIFR.activate(helvetica_md, helvetica_bk);

//sIFR.debug.ratios(helvetica_bk, { selector: 'h2' });

callSifr();

function callSifr() {

    sIFR.replace(helvetica_bk, {
        selector: 'h1',
        css: '.sIFR-root { color: #333333; } .nowrap { white-space: nowrap; } .partNo { font-size: 18em; color: #6d6b6b; } .red { color: #890000; margin-right: 8px; } .red-right { text-align: right; }'
    });

    sIFR.replace(helvetica_bk, {
        selector: 'h2.sifr',
        css: '.sIFR-root { color: #333333; text-transform: uppercase; leading: -6; } .nowrap { white-space: nowrap; } .partNo { font-size: 12em; color: #6d6b6b; } .smaller { font-size: 18em; } .price-right { font-size: 18em; text-align: right; } .promo { color: #890000; font-size: 26em; } .promo-list { color: #890000; font-size: 22em; text-align: right; } a { color: #333333; text-decoration: none; } a:hover { color: #333333; text-decoration: none; }'
    });

    sIFR.replace(helvetica_md, {
        selector: 'h3.sifr',
        css: '.sIFR-root { color: #000000; text-transform: uppercase; } .grey { color: #6d6b6b; }'
    });
}