var eaves = {
  src: 'sifr.swf'
};
sIFR.activate(eaves);

sIFR.replace(eaves, {
      selector: 'h2.title',
      css: [
      '.sIFR-root { font-size:28px; font-weight:normal; color:#453A13; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(eaves, {
      selector: 'h3.title',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#453A13; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(eaves, {
      selector: 'h3.title-products',
      css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#453A13; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(eaves, {
      selector: 'h4',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#ffffff; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(eaves, {
      selector: 'h3.title-contact',
      css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#453A13; }'
      ],
      wmode: 'transparent'
});