//var myriad = { src: 'fx/Helvetica37ThinCondensed.swf' };
var myriad = { src: 'extras/Helvetica67MDnew.swf' };

sIFR.activate(myriad);

// If you want, you can use multiple movies, like so:
//
//    var futura = { src: '/path/to/futura.swf' };
//    var garamond = { src '/path/to/garamond.swf' };
//    var rockwell = { src: '/path/to/rockwell.swf' };
//    
//    sIFR.activate(futura, garamond, rockwell);
//
// Remember, there must be *only one* `sIFR.activate()`!

sIFR.replace(myriad, {

  selector: '.helvetica, .searchLabel',

  css: ['.sIFR-root { background-color: #ffffff; color: #272727; font-size: 14px; line-height: 1em; text-transform: uppercase; }',
  		'a { text-decoration: none; font-size: 14px;}',
        'a:link { color: #272727; }',
        'a:hover { color: #272727; }'],
        
  tuneHeight: '-5',
  tuneWidth: '2',
  
  offsetTop: '0',
  offsetLeft: '0',
  
  wmode: 'transparent',
  forceSingleLine: true

});

sIFR.replace(myriad, {

  selector: '.helveticaOrange',

  css: ['.sIFR-root { background-color: #ffffff; color: #ff9e05; font-size: 14px; line-height: 1em; text-transform: uppercase; }',
  		'a { text-decoration: none; font-size: 14px;}',
        'a:link { color: #ff9e05; }',
        'a:hover { color: #ff9e05; }'],
        
  tuneHeight: '-5',
  
  offsetTop: '0',
  offsetLeft: '0',
  
  wmode: 'transparent',
  forceSingleLine: true

});

sIFR.replace(myriad, {

  selector: '.menuItem.active',

  css: ['.sIFR-root { background-color: #3d3d3d; color: #ffffff; font-size: 14px; line-height: 1em; text-transform: uppercase; }',
  		'a { text-decoration: none; font-size: 14px;}',
        'a:link { color: #ffffff; }',
        'a:hover { color: #ffffff; }'],
        
  tuneHeight: '-5',
  
  offsetTop: '0',
  offsetLeft: '0',
  
  wmode: 'transparent',
  forceSingleLine: true,
  fixFocus: true

});
sIFR.replace(myriad, {

  selector: '.advSrch',

  css: ['.sIFR-root { background-color: #f3f3f3; color: #ff9e05; font-size: 14px; line-height: 1em; text-transform: uppercase; }',
  		'a { text-decoration: none; font-size: 14px;}',
        'a:link { color: #ff9e05; }',
        'a:hover { color: #ff9e05; }'],
        
  tuneHeight: '-5',
  
  offsetTop: '0',
  offsetLeft: '0',
  wmode: 'opaque',
  forceSingleLine: true,
  fixFocus: true

});

sIFR.replace(myriad, {

  selector: '.menuItem',

  css: ['.sIFR-root { background-color: #ffffff; color: #272727; font-size: 14px; line-height: 1em; text-transform: uppercase; }',
  		'a { text-decoration: none; font-size: 14px;}',
        'a:link { color: #272727; }',
        'a:hover { color: #272727; }'],
        
  tuneHeight: '-5',
  
  offsetTop: '0',
  offsetLeft: '0',
  wmode: 'opaque',
  forceSingleLine: true,
  fixFocus: true

});

