var myriad = {
      src: '/images/swf/myriad.swf' 
};
 
sIFR.activate(myriad);
 
sIFR.replace(myriad, {
      selector: 'h1',
	  css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#ed1c24; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#ed1c24; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad, {
      selector: 'h2',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#000000; }',
	  'em { font-style:italic; }',
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad, {
      selector: 'h3',
	  css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#000000;  }',
	  'em { font-style:italic; }'      
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad, {
      selector: 'h4',
	  css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#ffffff; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#000; }'
      ],
      wmode: 'transparent'
});



