var univers = {
  src: 'flash/univers.swf'
};

sIFR.activate(univers);

  sIFR.replace(univers, {
    selector: '#content h1, #communication h2, h2.sifr'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #3f3f3f; font-weight: bold; }'
    ]
  });