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

// http://designintellection.com/2008/this-is-how-you-get-sifr-to-work/

//sIFR.prefetch('/_assets/swf/sifr/klavikaregular.swf', '/_assets/swf/sifr/klavikalight.swf', '/_assets/swf/sifr/myriad.swf');


var klavikaregular = {
      src: '/_assets/swf/sifr/klavikaregular.swf'
};
sIFR.activate(klavikaregular);
sIFR.replace(klavikaregular, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:30px; text-transform: capitalize; color:#181717; }'
      ],
      wmode: 'transparent'
});

var klavikaregularapp = {
      src: '/_assets/swf/sifr/klavikaregular.swf'
};
sIFR.activate(klavikaregularapp);
sIFR.replace(klavikaregularapp, {
      selector: 'h4.apph1',
      css: [
      '.sIFR-root { font-size:46px; color:#0d0616; }'
      ],
      wmode: 'transparent'
});

var klavikaregularapp_white = {
      src: '/_assets/swf/sifr/klavikaregular.swf'
};
sIFR.activate(klavikaregularapp_white);
sIFR.replace(klavikaregularapp_white, {
      selector: 'h4.apph1w',
      css: [
      '.sIFR-root { font-size:46px; color:#ffffff; }'
      ],
      wmode: 'transparent'
});


var klavikalight = {
      src: '/_assets/swf/sifr/klavikalight.swf'
};
sIFR.activate(klavikalight);
sIFR.replace(klavikalight, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size:20px; text-transform: uppercase; color:#404040; }'
      ],
      wmode: 'transparent'
});


var myriad = {
      src: '/_assets/swf/sifr/myriad.swf'
};
sIFR.activate(myriad);
sIFR.replace(myriad, {
      selector: 'h5.apph2',
      css: [
      '.sIFR-root { font-size:18px; color:#333333; }'
      ],
      wmode: 'transparent'
});

var myriad1 = {
      src: '/_assets/swf/sifr/myriad.swf'
};
sIFR.activate(myriad1);
sIFR.replace(myriad1, {
      selector: 'h5.apph2w',
      css: [
      '.sIFR-root { font-size:18px; color:#ffffff; }'
      ],
      wmode: 'transparent'
});

var myriad2 = {
      src: '/_assets/swf/sifr/myriad.swf'
};
sIFR.activate(myriad2);
sIFR.replace(myriad2, {
      selector: '.myriad28',
      css: [
      '.sIFR-root { font-size:28px; color:#000000; }'
      ],
      wmode: 'transparent'
});
var myriad3 = {
      src: '/_assets/swf/sifr/myriad.swf'
};
sIFR.activate(myriad3);
sIFR.replace(myriad3, {
      selector: '.myriad18w',
      css: [
      '.sIFR-root { font-size:18px; color:#ffffff; }'
      ],
      wmode: 'transparent'
});
var myriad4 = {
      src: '/_assets/swf/sifr/myriad.swf'
};
sIFR.activate(myriad4);
sIFR.replace(myriad4, {
      selector: '.myriad18b',
      css: [
      '.sIFR-root { font-size:18px; color:#000000; }'
      ],
      wmode: 'transparent'
});
