
var frank = {
    src: '/wp-content/themes/lemonland-v2/frank.swf'
  };

sIFR.useStyleCheck = true;
sIFR.activate(frank);


sIFR.replace(frank, {
    selector: 'ul#primaryNav li'
    ,css: [
      '.sIFR-root { color: #ffffff; cursor: pointer; font-size: 14px; height: 14px; line-height: 36px; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
    ,wmode: 'transparent'
  });
  
    sIFR.replace(frank, {
    selector: 'div#secondaryNav h2#section'
    ,css: [
      '.sIFR-root { color: #ffffff; font-size: 15px; height: 15px; line-height: 15px; }'
    ]
    ,wmode: 'transparent'
  });
  
  
  sIFR.replace(frank, {
  selector: 'body#bureau #secondaryContent h2'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'background-color': '#FBF8E7', 'color': '#92A400', 'font-size': '24px' }
  }
});


sIFR.replace(frank, {
  selector: 'body#bureau #secondaryContent h2'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'background-color': '#FBF8E7', 'color': '#92A400', 'font-size': '24px' }
  }
});

sIFR.replace(frank, {
  selector: 'body#bureau #secondaryContent h3 a'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'text-decoration': 'none', 'background-color': '#FBF8E7', 'color': '#92A400', 'font-size': '24px' }
  }
});

sIFR.replace(frank, {
  selector: 'body#defense #secondaryContent h2'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'background-color': '#FBF8E7', 'color': '#6593C4', 'font-size': '24px' }
  }
});

sIFR.replace(frank, {
  selector: 'body#defense #secondaryContent h3'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'background-color': '#FBF8E7', 'color': '#7AB0B1', 'font-size': '18px', 'font-weight': 'normal' }
  }
});


sIFR.replace(frank, {
  selector: 'body#travel #secondaryContent h2'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'background-color': '#FBF8E7', 'color': '#EC7E22', 'font-size': '24px' }
  }
});

sIFR.replace(frank, {
  selector: 'body#travel #secondaryContent h3'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'background-color': '#FBF8E7', 'color': '#EC6E49', 'font-size': '18px', 'font-weight': 'normal' }
  }
});


sIFR.replace(frank, {
  selector: 'body#house #secondaryContent h2'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'background-color': '#FBF8E7', 'color': '#895086', 'font-size': '24px' }
  }
});

sIFR.replace(frank, {
  selector: 'body#house #secondaryContent h3'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'background-color': '#B55A97', 'color': '#B55A97', 'font-size': '18px', 'font-weight': 'normal' }
  }
});


sIFR.replace(frank, {
  selector: 'body#shop #secondaryContent h2'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'background-color': '#FBF8E7', 'color': '#B40A38', 'font-size': '24px' }
  }
});

sIFR.replace(frank, {
  selector: 'body#shop #secondaryContent h3'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'background-color': '#FBF8E7', 'color': '#EB4A55', 'font-size': '18px', 'font-weight': 'normal' }
  }
});


sIFR.replace(frank, {
  selector: 'body#office #secondaryContent h2'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'background-color': '#FBF8E7', 'color': '#DA3961', 'font-size': '24px' }
  }
});

sIFR.replace(frank, {
  selector: 'body#office #secondaryContent h3'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'background-color': '#FBF8E7', 'color': '#F06D91', 'font-size': '18px', 'font-weight': 'normal' }
  }
});


sIFR.replace(frank, {
  selector: '#secondaryContent h3'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'background-color': '#FBF8E7', 'color': '#88A93F', 'font-size': '18px', 'font-weight': 'normal' }
  }
});
