/*****************************************************************************
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 myriad = {
      /*src: '../js/myriad.swf'*/
	  src: 'myriad.swf'
};
sIFR.activate(myriad);
sIFR.replace(myriad, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:30px; color:#181717; }'
      ],
      wmode: 'transparent'
});

sIFR.activate(myriad);
sIFR.replace(myriad, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size:20px; color:#181717; }'
      ],
      wmode: 'transparent'
});

sIFR.activate(myriad);
sIFR.replace(myriad, {
      selector: 'h5',
      css: [
      '.sIFR-root { font-size:16px; color:#181717; }'
      ],
      wmode: 'transparent'
});

