var eurostile = {
      src: 'includes/eurostile.swf'
};
var eurostileh2 = {
      src: 'includes/eurostile.swf'
};
var eurostileh5 = {
      src: 'includes/eurostile.swf'
};

sIFR.activate(eurostile);
sIFR.activate(eurostileh2);
sIFR.activate(eurostileh5);
 
sIFR.replace(eurostile, {
      selector: 'h1',
	  wmode: 'transparent',
	  css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#b78f40; background-color: transparent; }'
      ]
});
sIFR.replace(eurostileh2, {
      selector: 'h2',
	  wmode: 'transparent',
	  css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#b78f40; background-color: transparent; }'
      ]
});
sIFR.replace(eurostileh5, {
      selector: 'h5',
	  wmode: 'transparent',
	  css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#b78f40; background-color: transparent; }'
      ]
});

