/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

// Make an object pointing to the location of the Flash movie on your web server.
// Try using the font name as the variable name, makes it easy to remember which
// object you're using. As an example in this file, we'll use Futura.
var futura = { src: 'eurof35.swf' };
var omoss = { src: 'eurof55.swf' };
var eurof = { src: 'eurof35.swf' };
var futuraleft = { src: 'eurof35.swf' };
var omossh1 = { src: 'eurof35.swf' };


sIFR.activate(futura,eurof,futuraleft,omoss);
sIFR.replace(futura, {
  selector: '#left h1'
  ,css: [
        '.sIFR-root { color:#FFFFFF; font-size:58px; text-align:center; leading: -9;letter-spacing:2 }'
       ]
      ,wmode: 'transparent',offsetTop: '5'}
      );
sIFR.replace(omossh1, {
  selector: '.omoss h1'
  ,css: [
        '.sIFR-root { color:#8B8D8E; font-size:58px; text-align:left; leading: -9; letter-spacing:2}'
       ]
      ,wmode: 'transparent',offsetTop: '5'}
      );
sIFR.replace(futuraleft, {
  selector: '#wideleft h1'
  ,css: [
        '.sIFR-root { color:#5F6781; font-size:58px; text-align:left; leading: -9;  }'
       ]
      ,wmode: 'transparent',offsetTop: '5'}
      );
sIFR.replace(omoss, {
  selector: '#left h2.centrerad'
  ,css: [
        '.sIFR-root { color:#FFFFFF; text-align:center; font-size:24px; leading: -5; letter-spacing: 1.5; }'
        ]
      ,wmode: 'transparent',offsetTop: '5'}
      );
sIFR.replace(omoss, {
  selector: '#left h2'
  ,css: [
        '.sIFR-root { color:#FFFFFF; font-size:24px; leading: -5; letter-spacing: 1.5; }'
       ]
      ,wmode: 'transparent',offsetTop: '5'}
      );
sIFR.replace(omoss, {
  selector: '.omoss h2'
  ,css: [
        '.sIFR-root { color:#7e898c; font-size:28px; letter-spacing: 1.5; }'
       ]
      ,wmode: 'transparent',offsetTop: '5'}
);