var sifr = {
      src: 'sifr/dax-bold.swf'
};

var sifrmedium = {
      src: 'sifr/dax-medium.swf'
};
 
sIFR.activate(sifr);

sIFR.activate(sifrmedium);

sIFR.replace(sifr, {
      selector: 'h2.sifr',
      css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color: #3e3e3e; clear: none;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
      wmode: 'transparent',
	  forceSingleLine: true,
	  tuneHeight: '-6',
	  offsetTop: '-2'
});

sIFR.replace(sifr, {
      selector: 'h3.sifr',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color: #3e3e3e; clear: none;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
      wmode: 'transparent',
	  forceSingleLine: true,
	  tuneHeight: '-6',
	  offsetTop: '-2'
});

sIFR.replace(sifrmedium, {
      selector: 'h4.sifr',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color: #ffffff; clear: none; text-transform:uppercase;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
      wmode: 'transparent',
	  forceSingleLine: true,
	  tuneHeight: '-6',
	  offsetTop: '-2'
});
