var futura = { src: 'http://flexibility.pl/wp-content/themes/flexibility_v4/sifr/flash/trajan.swf' };

sIFR.compatMode = true;
sIFR.activate(futura);

sIFR.replace(futura, {
  selector: 'h1',
  css: [
		'.sIFR-root { color: #FFFFFF; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: 'h2',
  css: [
		'.sIFR-root { color: #FFFFFF; }'
        ,'a:visited { color: #FFFFFF; text-decoration: none; }'  
       ,'a:link { color: #FFFFFF; text-decoration: none; }'  
       ,'a:hover { color: #FFFFFF; text-decoration: underline; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: 'h3',
  css: [
		'.sIFR-root { color: #FFFFFF; }'
  ],
  wmode: 'transparent'
});