
var eurofurence = {
      src: '/wp-content/themes/brownie_v1/flash/eurofurence.swf'
};

var saginawbold = {
      src: '/wp-content/themes/brownie_v1/flash/saginawbold.swf'
};

sIFR.useStyleCheck = true;
 
sIFR.activate(eurofurence);
sIFR.activate(saginawbold);
 

sIFR.replace(eurofurence, {
      selector: 'li.page_item',
      css: [
      '.sIFR-root { background-color:#5F3334; font-weight:normal; color:#ffffff; text-transform:uppercase; text-align: center; margin: 10px; }',
      'a { color:#ffffff; text-decoration: none; margin: 10px;}',
      'a:hover { color:#ffffff; }',
      ]
});

sIFR.replace(eurofurence, {
      selector: 'li.page_item_white',
      css: [
      '.sIFR-root { background-color:#ffffff; font-weight:bold; color:#ffffff; text-transform:uppercase; text-align: center; margin: 10px; border:1px solid #5F3334; }',
      'a { color:#5F3334; text-decoration: none; margin: 10px;}',
      'a:hover { color:#5F3334; }',
      ]
});

sIFR.replace(saginawbold, {
      selector: 'h1.mainheading',
      css: [
      '.sIFR-root { font-size: 28px; color:#5F3334; margin-left: 5px;}',
      'a { color:#5F3334; text-decoration: none;}',
      'a:hover { color:#5F3334; text-decoration: underline;}',
      ],
      wmode: 'transparent'
});

sIFR.replace(saginawbold, {
      selector: 'h1.subheading',
      css: [
      '.sIFR-root { font-size: 24px; color:#5F3334; margin-left: 5px;}',
      'a { color:#5F3334; text-decoration: none;}',
      'a:hover { color:#5F3334; text-decoration: underline;}',
      ],
      wmode: 'transparent'
});

sIFR.replace(eurofurence, {
      selector: 'li.sidemenu',
      css: [
      '.sIFR-root { background-color:#ffffff; font-weight:normal; color:#5F3334; text-transform:uppercase; text-align: left; margin-left: 10px; margin-top: 5px;}',
      'a { color:#5F3334; text-decoration: none;}',
      'a:hover { color:#5F3334; }',
      ]
});


sIFR.replace(saginawbold, {
      selector: 'h4.sfoot1',
      css: [
      '.sIFR-root { font-size: 24px; color:#5F3334; margin-left: 5px; margin-top: 0px;}'
      ],
      wmode: 'transparent'
});
