var martini = {
    src: 'sifr/sifr3_martini.swf'
    ,ratios: [6,1.41,9,1.35,15,1.29,21,1.25,22,1.22,27,1.24,29,1.21,34,1.22,41,1.21,45,1.2,46,1.21,59,1.2,68,1.19,69,1.2,96,1.19,97,1.18,102,1.19,103,1.18,107,1.19,108,1.18,112,1.19,114,1.18,116,1.19,120,1.18,121,1.19,1.18]
};

var martiniHelp = {
    src: 'sifr/sifr3_martini_help.swf'
    ,ratios: [6,1.41,9,1.35,15,1.29,21,1.25,22,1.22,27,1.24,29,1.21,34,1.22,41,1.21,45,1.2,46,1.21,59,1.2,68,1.19,69,1.2,96,1.19,97,1.18,102,1.19,103,1.18,107,1.19,108,1.18,112,1.19,114,1.18,116,1.19,120,1.18,121,1.19,1.18]
};

sIFR.useStyleCheck = true;
sIFR.activate(martini, martiniHelp);

/*-------------------------------------------------------------------------
    When creating sifr functions below for new masterpages for new sites, 
    the js sifr execution function name should sIFRxxxxxx, 
    where xxxxxx = the sites virtual directory name 
    in lower case and without spaces
 ---------------------------------------------------------------------------*/
 
 //-------------------------------
//  martini
//-------------------------------
function sIFRmartini() {
    
    sIFR.replace(martini, {
        selector: '#MainCol h2',
        css: [
          '.sIFR-root { color:#D81D12; text-transform:uppercase; letter-spacing: 0; font-size:18px; }'
        ],
        wmode: 'transparent'
    });
    
    sIFR.replace(martini, {
        selector: '#MainCol .HomePagePart h3', 
        css: [
          '.sIFR-root { color:#FFFFFF; text-transform:uppercase; letter-spacing: 0; font-size:14px; }'
        ],
        wmode: 'transparent'
    });

    sIFR.replace(martini, {
        selector: '#MainCol .ContentSlot .ContentSlotTitle', 
        css: [
          '.sIFR-root { color:#FFFFFF; text-transform:uppercase; letter-spacing: 0; font-size:14px; }'
        ],
        wmode: 'transparent'
    });


    sIFR.replace(martini, {
        selector: 'h3',
        css: [
          '.sIFR-root { font-weight: bold; color:#666666; font-size:1.5em; }'
        ],
        wmode: 'transparent'
    });    

    
    sIFR.replace(martini, {
        selector: 'h4',
        css: [
          '.sIFR-root { font-weight: bold; color:#666666; font-size:1.2em; }'
        ],
        wmode: 'transparent'
    });
    
    sIFR.replace(martini, {
        selector: 'h5',
        css: [
          '.sIFR-root { font-weight: bold; color:#666666; font-size:1em; }'
        ],
        wmode: 'transparent'
    });

    sIFR.replace(martini, {
        selector: '.SummaryViewHeader thx',
        css: [
          '.sIFR-root {  font-weight: bold; color: #686868;  }'
          ,'a { text-decoration: none; font-weight: bold; }'
          ,'a:link { color: #686868; font-weight: bold; }'
          ,'a:hover { color: #686868; font-weight: bold; }'
        ],
        wmode: 'transparent'
    });
    
    sIFR.replace(martini, {
        selector: '#TopMenuList .Item',
        css: [
          '.sIFR-root { color:#666666; text-transform:uppercase; font-size:12px; letter-spacing:0; text-align:center; }'
          ,'a { text-decoration: none; padding:0px; margin:0px; }'
          ,'a:link { color: #666666; padding:0px; margin:0px; }'
          ,'a:hover { color: #D81D12; padding:0px; margin:0px; }'
        ],
        wmode: 'transparent'
    });
    
    sIFR.replace(martiniHelp, {
        selector: '#TopMenuList .Help',
        css: [
          '.sIFR-root { color:#666666; text-transform:uppercase; font-size:12px; letter-spacing:0; text-align:center; }'
          ,'a { text-decoration: none; padding:0px; margin:0px; }'
          ,'a:link { color: #666666; padding:0px; margin:0px; }'
          ,'a:hover { color: #D81D12; padding:0px; margin:0px; }'
        ],
        wmode: 'transparent'
    });

  
}

