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:#9c1f41; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#9c1f41; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad, {
      selector: 'h2',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#9c1f41; }',
	  'em { font-style:italic; }',
       'strong { font-weight:bold; color:#9c1f41; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad, {
      selector: 'h3',
	  css: [
      '.sIFR-root { font-size:15px; font-weight:normal; color:#9c1f41;  }',
	  'em { font-style:italic; }' ,
	  'strong { font-weight:bold; color:#9c1f41; }'	  
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad, {
      selector: 'h4',
	  css: [
      '.sIFR-root { font-size:13px; font-weight:normal; color:#333; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333; }'
      ],
      wmode: 'transparent'
});




