﻿var avenir = {
    src: '/templates/pages/tottegott/sifr.swf'
};

var menu = {
    src: '/templates/pages/tottegott/menu.swf'
};

sIFR.activate(avenir);

sIFR.replace(avenir, {
    selector: 'h1',
    css: [
              '.sIFR-root { font-size:24px; margin-left:5px; font-weight:normal; color:#FFFFFF;  } '
        ],
    wmode: 'transparent'

});

sIFR.activate(menu);
sIFR.replace(avenir, {
selector: '.menuItem',
    css: [
              '.sIFR-root { font-size:18px; margin-left:5px; font-weight:normal; color:#FFFFFF; cursor:hand;  }',
              'a { color:#FFF;  text-decoration:none;} ',
              'a:hover { color:#000; text-decoration:none; } '
        ],
    wmode: 'transparent'

});


sIFR.replace(avenir, {
    selector: 'h2',
    css: [
              '.sIFR-root { font-size:16px; font-weight:normal; color:#FFFFFF; margin-left:5px;  }'
        ],
    wmode: 'transparent'

});
