var sans_sun = {
    src: '/flash/sans_sun.swf'
};

sIFR.activate(sans_sun);
sIFR.fitExactly = true;
sIFR.fixWrap = true;

sIFR.replace(sans_sun, {
    selector: 'h1'
    ,css: [
        '.sIFR-root { font-size: 18px; }'
        , '.h1_sifr { color: #f6ae0e; }'
        , '.h1_sifr:link,.h1_sifr:active,.h1_sifr:visited,.h1_sifr:hover { color: #f6ae0e; text-decoration: none; }'
                
    ]
});

sIFR.replace(sans_sun, {
    selector: 'h2'
    ,css: [
        '.sIFR-root { font-size: 14px; }'
        , '.h2_sifr { color: #2f8148; }'
        , '.h2_sifr:link,.h2_sifr:active,.h2_sifr:visited,.h2_sifr:hover { color: #2f8148; text-decoration: none; }'       
    ]
        ,wmode: 'transparent'
});


sIFR.replace(sans_sun, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { color: #a8a19b; font-size: 16px; background-color: #00ff00; }'
      ,'a { text-decoration: none; color: #a8a19b; }'
      ,'a:hover { color: #2F8148; }'
    ]
    ,tuneWidth: 0
    ,tuneHeight: 2
    ,offsetTop: 4
    ,offsetLeft: 1
    ,wmode: 'transparent'
});
