var chopin = { src: 'flash/chopinscript.swf' };

sIFR.activate(chopin);

sIFR.replace(chopin, {
  selector: '.styletext',
  css: ['.sIFR-root { background-color: transparent; color: #e3f2e5; text-align: center; z-index: 2;}',
		'a {color: #e3f2e5; text-decoration: none;}',
		'a:hover { color: #cccccc;}'],
  wmode: 'transparent'
});
sIFR.replace(chopin, {
  selector: '.content h1',
  css: ['.sIFR-root { background-color: transparent; color: #e3f2e5; text-align: left; font-size: 1.4em; z-index: 2;}',
		'a {color: #e3f2e5; text-decoration: none;}',
		'a:hover { color: #cccccc;}'],
  wmode: 'transparent'
});
