var avenir = {
  src: '/swf/avenir.swf'
};

sIFR.activate(avenir);

sIFR.replace(avenir, {
    selector: '.section_head',css: [
      '.sIFR-root { font-weight:normal; color:#0ab0da; }'
	  ,'a { color: #0ab0da; text-decoration:none; }'
      ,'a:link { color: #0ab0da; }'
      ,'a:hover { color: #0ab0da; }'
	   ,'.current { color: #0ab0da; }'
      ],
      wmode: 'transparent'
  });
  
sIFR.replace(avenir, {
    selector: '.sub_header',css: [
      '.sIFR-root { font-weight:normal; color:#673300; }'
	  ,'a { color: #673300; text-decoration:none; }'
      ,'a:link { color: #673300; }'
      ,'a:hover { color: #0ab0da; }'
	   ,'.current { color: #673300; }'
      ],
      wmode: 'transparent'
  });