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

// Create Variable and point to Flash file:

// NOTE using getBaseURL() for root address

var frizMedium = { src: getBaseURL()+'/wp-content/themes/pyetait/flash/friz-quadrata-std-medium.swf' };

var frizBold = { src: getBaseURL()+'/wp-content/themes/pyetait/flash/friz-quadrata-std-bold.swf' };


// Next, activate sIFR:

sIFR.activate(frizMedium, frizBold);



// Add styles:

sIFR.replace(frizMedium, {
	selector: 'div.middleContentPageContentHome1 h1, div.middleContentPageContentPage1 h1',
	css: [
		'.sIFR-root { background-color: #ffffff; color: #002d62; font-size: 30px; }','a { text-decoration: none; cursor: pointer; }','a:link { color: #002d62; }','a:hover { color: #002d62; text-decoration: underline; cursor: pointer; }'
	],
	tuneHeight : -1,
	transparent: true
});
