var blue_highway = {
  src: bp + 'flash/blue_highway.swf'
};

sIFR.activate(blue_highway);

sIFR.replace(blue_highway, {
  selector: 'h1.h1_content',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #3AA8B7; }'
      ,'a { color: #3AA8B7; text-decoration: none; }'
      ,'a:link { color: #3AA8B7; }'
      ,'a:hover { color: #3AA8B7; }'
  ]
});

sIFR.replace(blue_highway, {
  selector: '.box_h1',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #F6F2DC; }'
      ,'a { color: #F6F2DC; text-decoration: none; }'
      ,'a:link { color: #F6F2DC; }'
      ,'a:hover { color: #F6F2DC; }'
  ]
});

sIFR.replace(blue_highway, {
  selector: '.box_h2',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #F6F2DC; }'
      ,'a { color: #F6F2DC; text-decoration: none; }'
      ,'a:link { color: #F6F2DC; }'
      ,'a:hover { color: #F6F2DC; }'
  ]
});

sIFR.replace(blue_highway, {
  selector: '.footer_h2',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #FFFFFF; }'
      ,'a { color: #FFFFFF; text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; }'
  ]
});

sIFR.replace(blue_highway, {
  selector: 'h2',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #3AA8B7; }'
      ,'a { color: #3AA8B7; text-decoration: none; }'
      ,'a:link { color: #3AA8B7; }'
      ,'a:hover { color: #3AA8B7; }'
  ]
});

sIFR.replace(blue_highway, {
  selector: '.mm_header',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #3AA8B7; }'
      ,'a { color: #3AA8B7; text-decoration: none; }'
      ,'a:link { color: #3AA8B7; }'
      ,'a:hover { color: #3AA8B7; }'
  ]
});