var chopin = {
	src: '/skin1/sifr/flash/chopin.swf'
	};
	
sIFR.activate(chopin);

sIFR.replace(chopin, {
  selector: '.menu h3'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { text-align: left; font-size: 32px; color: #e3e378; cursor:arrow;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #e3e378; }'
      ,'a:hover { color: #ffffff; }'
	 ,''
    ]
  
});

sIFR.replace(chopin, {
  selector: '#home_content h1, #home_content h2, #right_column h1, #right_column h2'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { text-align: left; font-size: 60px; color: #3b5736; cursor:arrow;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #3b5736; }'
      ,'a:hover { color: #e3e378; }'
	 ,''
    ]
  
});

