var convection = {
  src: 'convection.swf'
};
var convectionSmall = {
  src: 'convection.swf'
};
var convectionForm = {
  src: 'convection.swf'
};
var convectionH3 = {
  src: 'convection.swf'
};



sIFR.activate(convection,convectionSmall,convectionForm,convectionH3); // From revision 209 and onwards

sIFR.replace(convection, {
  selector: 'h1'
  ,css: '.sIFR-root { color: #990000; }'
  ,wmode: "transparent"
});
sIFR.replace(convectionSmall, {
  selector: 'h2'
  ,css: '.sIFR-root { color: #666666; }'
  ,wmode: "transparent"
});
sIFR.replace(convectionForm, {
  selector: 'legend'
  ,css: '.sIFR-root { color: #990000; }'
  ,wmode: "transparent"
});
sIFR.replace(convectionH3, {
  selector: 'h3'
  ,css: '.sIFR-root { color: #666666; }'
  ,wmode: "transparent"
});