/*****************************************************************************
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.
*****************************************************************************/

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

// Now you can set some configuration settings.
// See also <http://wiki.novemberborn.net/sifr3/JavaScript+Configuration>.
// One setting you probably want to use is `sIFR.useStyleCheck`. Before you do that,
// read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad>.

// sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(abadi);



sIFR.replace(abadi, {
  selector: '.text h1.title',
  ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 21, 1.2, 26, 1.21, 27, 1.2, 35, 1.19, 48, 1.18, 53, 1.17, 54, 1.18, 77, 1.17, 80, 1.16, 81, 1.17, 86, 1.16, 87, 1.17, 1.16],
  css: '.sIFR-root { line-height:53px; letter-spacing: 8; text-transform:uppercase; }',
  offsetTop: 6,
  filters: {
    GlowFilter: {
    strength: 50
    ,color: '#FFFFFF',
    blurX: 1.5,
    blurY: 1.5
  },  
  DropShadow: {
    knockout: false
    ,distance: 1
    ,color: '#999999'
    ,strength: 1
    ,angle: 44,
    blurX: 1,
    blurY: 1,
    quality: 90
  }

}

});

sIFR.replace(abadi, {
  selector: 'h1.home',
  ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 21, 1.2, 26, 1.21, 27, 1.2, 35, 1.19, 48, 1.18, 53, 1.17, 54, 1.18, 77, 1.17, 80, 1.16, 81, 1.17, 86, 1.16, 87, 1.17, 1.16],
  css: '.sIFR-root { line-height:53px; letter-spacing: 8; text-transform:uppercase; text-align:center; }',
  offsetTop: 6,
  filters: {
    GlowFilter: {
    strength: 50
    ,color: '#FFFFFF',
    blurX: 1.5,
    blurY: 1.5
  },  
  DropShadow: {
    knockout: false
    ,distance: 1
    ,color: '#999999'
    ,strength: 1
    ,angle: 44,
    blurX: 1,
    blurY: 1,
    quality: 90
  }

}

});
