/*****************************************************************************
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 meta = 
{
	src: '/media/flash/meta.swf',
	ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 22, 1.2, 28, 1.19, 30, 1.17, 36, 1.18, 45, 1.17, 50, 1.16, 51, 1.17, 71, 1.16, 72, 1.15, 74, 1.16, 75, 1.15, 78, 1.16, 79, 1.15, 80, 1.16, 1.15]
};

sIFR.activate(meta);

sIFR.replace(meta,
{
  selector: 'div#outer-main h1',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: transparent; color: #ff6600; font-weight: bold; }'
});

sIFR.replace(meta,
{
  selector: 'div#outer-services h1',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: transparent; color: #ffffff; font-weight: bold; } em { font-style: normal; color: #000000; }'
});

sIFR.replace(meta,
{
  selector: 'div#inner-footer h1',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: transparent; color: #ffffff; font-weight: bold; } em { font-style: normal; color: #000000; }'
});

sIFR.replace(meta,
{
  selector: 'div#outer-news-project h1',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: transparent; color: #ffffff; font-weight: bold; }'
});

sIFR.replace(meta,
{
  selector: 'h2',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: transparent; color: #000000; font-weight: normal; }'
});

sIFR.replace(meta,
{
  selector: 'div#box-outercontainer div#box-innercontainer div#box div#box-content div#box-left-content h3',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: transparent; color: #ff6600; font-weight: normal; }'
});