/*****************************************************************************
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 santana = { src: '../swf/santana.swf' };

sIFR.useStyleCheck = true;
sIFR.fitExactly  = true;
sIFR.useDomLoaded = false;
sIFR.repaintOnResize = true;

sIFR.activate(santana);

sIFR.replace(santana, {
  selector: 'h2.o',
  css: '.sIFR-root {color:#FF9900; font-weight:bold;}',
	ratios: [8, 1.3, 9, 1.22, 10, 1.25, 15, 1.22, 20, 1.17, 28, 1.16, 31, 1.15, 41, 1.14, 46, 1.13, 47, 1.14, 68, 1.13, 74, 1.12, 75, 1.13, 1.12],
	wmode: 'transparent'
});

sIFR.replace(santana, {
  selector: 'h2',
	css: [
		'.sIFR-root { color:#FFFFFF; font-weight:bold;}',
		'a {color:#FFFFFF; text-decoration:none;}',
		'a:hover {color:#FF9900;}'
	],
	ratios: [8, 1.3, 9, 1.22, 10, 1.25, 15, 1.22, 20, 1.17, 28, 1.16, 31, 1.15, 41, 1.14, 46, 1.13, 47, 1.14, 68, 1.13, 74, 1.12, 75, 1.13, 1.12],
	wmode: 'transparent'
});



sIFR.replace(santana, {
  selector: '.dx .g',
  css: '.sIFR-root {color:#FFFFFF; font-weight:bold;}',
	ratios: [8, 1.3, 9, 1.22, 10, 1.25, 15, 1.22, 20, 1.17, 28, 1.16, 31, 1.15, 41, 1.14, 46, 1.13, 47, 1.14, 68, 1.13, 74, 1.12, 75, 1.13, 1.12],
	wmode: 'transparent'
});

sIFR.replace(santana, {
  selector: '.dx .m',
  css: '.sIFR-root {color:#FFFFFF; font-weight:bold;}',
	ratios: [8, 1.3, 9, 1.22, 10, 1.25, 15, 1.22, 20, 1.17, 28, 1.16, 31, 1.15, 41, 1.14, 46, 1.13, 47, 1.14, 68, 1.13, 74, 1.12, 75, 1.13, 1.12],
	wmode: 'transparent'
});
