var yourtypeface = {
      src: 'fla/janeausten.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: 'h1',
	  css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color: #754D29; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],	  
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h2',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color: #754D29; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],	  
      wmode: 'transparent'
});

