//var h1color="#be0028";

var humanST = {
  src: '/alt/HumanST.swf'
};
//var el = document.getElementById('colorChange');
//var h1_color=el.style.color;
//alert (h1_color);
//\''+h1_color+'\' 


sIFR.delayCSS  = true;


sIFR.activate(humanST);

sIFR.replace(humanST, {
  selector: 'h3',
  css: [
      '.sIFR-root, { color:#5a5a5a;  }'
  ],
  wmode: 'transparent'
});

sIFR.replace(humanST, {
  selector: '.species, .prod_code',
  css: [
      '.sIFR-root, { color:#ffffff;  }'
  ],
  wmode: 'transparent'
});

sIFR.replace(humanST, {
  selector: 'h1',
  tuneHeight:'-3',
  css: [
      '.sIFR-root, { color:'+h1color+';  }'
  ],
  wmode: 'transparent'
});

