/*****************************************************************************
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 rockwell = { src: '/flash/rockwell.swf' };

	sIFR.activate(rockwell);

	sIFR.replace(rockwell, {
	  selector: 'h1',
	  css: '.sIFR-root { color: #bb5555; font-size: 22px;}',
	  wmode: 'transparent'
	});

	sIFR.replace(rockwell, {
	  selector: 'h3',
	  css: '.sIFR-root { color: #bb5555; font-size: 15px; }',
	  wmode: 'transparent'
	});


var cochin = { src: '/flash/cochin.swf' };
	sIFR.activate(cochin);
	sIFR.replace(cochin, {
	  selector: 'h4',
	  css: '.sIFR-root { font-weight: bold; font-size: 25px; color: #bb2222; } .sIFR-root a { color: #222222; text-decoration: none;}  .sIFR-root a:hover { color: #bb2222; text-decoration: none;} ',
	  wmode: 'transparent'
	});
	
var impact = { src: 'interface/sifr/impact.swf' };
	sIFR.activate(impact);
	sIFR.replace(impact, {
	  selector: 'h2',
	  css: '.sIFR-root { margin-top: 0px; padding: 0px; color: #993333; } .sIFR-root a { margin-top: 0px; padding: 0px; color: #993333; text-decoration: none;} .sIFR-root a .accent { color: #ff000000; } .sIFR-root a:hover { margin-top: 0px; padding: 0px; color: #993333; text-decoration: underline;} ',
	  wmode: 'transparent'
	});
**/
