var yourtypeface = {
      src: 'includes/alber.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: 'h1',
      css: [
      '.sIFR-root { color: #FFFFFF;}',
      ],
      wmode: 'transparent',
	  sBgColor: '#0077af'
});

sIFR.replace(yourtypeface, {
      selector: 'h2',
      css: [
      '.sIFR-root { color: #00a7af;}',
      ],
      wmode: 'transparent'
});


sIFR.replace(yourtypeface, {
      selector: 'h3',
      css: [
      '.sIFR-root { color: #00a7af;}',
      ],
      wmode: 'transparent'
});
