var TradeGothic = {
    src: 'lib/swf/TradeGothic.swf'
    , ratios: [8, 1.41, 11, 1.31, 15, 1.29, 25, 1.25, 28, 1.23, 32, 1.22, 33, 1.23, 39, 1.22, 56, 1.21, 91, 1.2, 92, 1.19, 97, 1.2, 98, 1.19, 101, 1.2, 103, 1.19, 104, 1.2, 109, 1.19, 110, 1.2, 114, 1.19, 115, 1.2, 1.19]
};

var TradeGothicBold = {
    src: 'lib/swf/TradeGothicBold.swf'
    , ratios: [8, 1.41, 10, 1.32, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 35, 1.24, 46, 1.23, 74, 1.22, 75, 1.21, 76, 1.22, 80, 1.21, 81, 1.22, 1.21]
};

sIFR.activate(TradeGothic, TradeGothicBold); // From revision 209 and onwards

sIFR.replace(TradeGothic, {
    selector: '#RightCol > h1'
    , css: [
        '.sIFR-root { color: #1a1a1a; }'
        , 'a { text-decoration: none; }'
        , 'a:link { color: #1a1a1a; }'
        , 'a:hover { color: #7b7b7b; }'
    ]
    , wmode: 'transparent'
    , tuneHeight: -3
});

sIFR.replace(TradeGothic, {
    selector: 'h1'
    , css: [
        '.sIFR-root { font-weight: bold; color: #1a1a1a; }'
        , 'a { text-decoration: none; }'
        , 'a:link { color: #000000; }'
        , 'a:hover { color: #CCCCCC; }'
    ]
    , wmode: 'transparent'
    , tuneHeight: -5
    , thickness: 100
});

sIFR.replace(TradeGothicBold, {
    selector: '#MenuContent > div'
    , css: [
        '.sIFR-root { font-weight: bold; letter-spacing: 0.2; }'
        , 'a { text-decoration: none; }'
        , 'a:link { color: #626262; }'
        , 'a:hover { color: #8c8c8c; }'
    ]
    , wmode: 'transparent'
    , tuneHeight: -5
    , offsetTop: -3
    , thickness: 40
});

//sIFR.debug.ratios({ src: 'lib/swf/TradeGothicBold.swf', selector: 'h1' });