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

sIFR.replace(yourtypeface, {
      selector: 'h2',
      css: [
      '.sIFR-root { color: #000000;}',	  
	  'strong { color: #000000; font-weight: normal}',
      ],
      wmode: 'transparent'
});

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

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


