var constantia = {
     src: '../flash/constantia.swf' 
};
var EdwardianScriptITC = {
     src: '../flash/EdwardianScriptITC.swf' 
};

sIFR.activate(constantia, EdwardianScriptITC);

sIFR.replace(constantia, {
      selector: 'h1',
	  css: [
      '.sIFR-root { font-size:28px; font-weight:normal; color:#133400; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#133400; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(constantia, {
      selector: 'MenuSectionHdr',
	  css: [
      '.sIFR-root { font-size:28px; font-weight:normal; color:#133400; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#133400; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(constantia, {
      selector: 'sf-menu',
	  css: [
      '.sIFR-root { font-size:28px; font-weight:normal; color:#133400; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#133400; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(constantia, {
      selector: 'h3 span',
	  css: [
      '.sIFR-root { font-size:36px; font-weight:bold; color:#ffffff;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#ffffff; }'
      ],
      wmode: 'transparent',
	  sFlashVars: "textalign=left"
});
sIFR.replace(EdwardianScriptITC, {
      selector: 'h7 span',
	  css: [
      '.sIFR-root { font-size:28px; font-weight:normal; color:#133400; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#133400; }'
      ],
      wmode: 'transparent'
});

