//config
var header = { src: 'swf/hn_cb.swf' };
var contact = { src: 'swf/hn_cb.swf' };
var nav = { src: 'swf/hn_cb.swf' };
var navActive = { src: 'swf/hn_cb.swf' };
var subscribe = { src: 'swf/hn_cb.swf' };

//sIFR.activate(copy);
sIFR.activate(header,contact,nav,navActive,subscribe);

sIFR.replace(header, {
  offsetTop:  -2,
  selector: '#header span',
  forceSingleLine: true,
  tuneWidth: +3,
  css: '.sIFR-root { text-transform: uppercase; font-size: 21px; color: #FFFFFF; letter-spacing: 0.5; } .sIFR-root a { text-decoration: none; color: #FFFFFF; cursor: pointer; } .sIFR-root a:hover { color: #6d5291; }',
  wmode: 'transparent'
});
sIFR.replace(contact, {
  offsetTop:  4,
  selector: '#contact span',
  forceSingleLine: true,
  tuneWidth: +3,
  css: '.sIFR-root { text-transform: uppercase; text-align: right; font-size: 12px; color: #FFFFFF; letter-spacing: 0.5; } .sIFR-root a { text-decoration: none; color: #FFFFFF; cursor: pointer; } .sIFR-root a:hover { color: #6d5291; }',
  wmode: 'transparent',
  onRelease: function(fi) { contactClick(fi.getAncestor()) }
});
sIFR.replace(navActive, {
  offsetTop:  2,
  selector: 'span#navActive',
  forceSingleLine: true,
  tuneWidth: +15,
  css: '.sIFR-root { text-transform: uppercase; font-size: 15px; color: #6d5291; letter-spacing: 0.5; } .sIFR-root a { margin-right: 18px; text-decoration: none; color: #6d5291; cursor: pointer; } .sIFR-root a:hover { color: #6d5291; }',
  wmode: 'transparent'
});
sIFR.replace(nav, {
  offsetTop:  2,
  selector: '#nav span',
  forceSingleLine: true,
  tuneWidth: +15,
  css: '.sIFR-root { text-transform: uppercase; font-size: 15px; color: #FFFFFF; letter-spacing: 0.5; } .sIFR-root a { margin-right: 18px; text-decoration: none; color: #FFFFFF; cursor: pointer; } .sIFR-root a:hover { color: #6d5291; }',
  wmode: 'transparent'
});
sIFR.replace(subscribe, {
  offsetTop:  9,
  selector: '#subscribe span',
  forceSingleLine: true,
  tuneHeight: 25,
  tuneWidth: +3,
  css: '.sIFR-root { text-transform: uppercase; text-align: center; font-size: 12px; color: #FFFFFF; letter-spacing: 0.5; } .sIFR-root a { text-decoration: none; color: #FFFFFF; cursor: pointer; } .sIFR-root a:hover { color: #6ec6ac; }',
  wmode: 'transparent',
  onRelease: function(fi) { subscribeClick(fi.getAncestor()) }
});

