var theramin = {
  src: rootdir+'/scripts/theramin.swf'
};

sIFR.activate(theramin); // From revision 209 and onwards

sIFR.replace(theramin, {
  selector: 'h1',
  css: [
      '.sIFR-root {color: #000000; text-align: left; letter-spacing: 1;}'
    ], 
  wmode: "transparent"
});

sIFR.replace(theramin, {
  selector: '.title_main',
  css: [
      '.sIFR-root { color: #FFFFFF; text-align: left; letter-spacing: 1;}',
	  'a:link { color: #ECDB23; text-align: left; letter-spacing: 1; text-decoration: none;}',
	  'a:visited { color: #ECDB23; text-align: left; letter-spacing: 1; text-decoration: none;}',
	  'a:active { color: #FFFFFF; text-align: left; letter-spacing: 1; text-decoration: none;}',
	  'a:hover { color: #FFFFFF; text-align: left; letter-spacing: 1; text-decoration: none;}'
    ], 
  wmode: "transparent",
  offsetTop: '-2'
});

sIFR.replace(theramin, {
  selector: '.title_side',
  css: [
      '.sIFR-root {color: #494940; text-align: right; padding: 10px; letter-spacing: 1;}'
    ], 
  wmode: "transparent",
  offsetTop: '-2'
});
