var yourtypeface = {
      src: 'flash/montreal.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: 'h1.title',
      css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#068FBC; }'
      ],
      wmode: 'transparent'
});


sIFR.replace(yourtypeface, {
      selector: 'h2.title',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#068FBC; }'
      ],
      wmode: 'transparent'
});



var yourtypeface2 = {
      src: 'flash/agentext.swf'
};

sIFR.replace(yourtypeface2, {
      selector: 'h2.headers',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#068FBC; }'
      ],
      wmode: 'transparent'
});

