var navigation = {
  src: '/optima.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(navigation); // From revision 209 and onwards

sIFR.replace(navigation, {
  selector: 'h1'
  ,css: [
      '.sIFR-root {color: #1a3459;font-size:24px;font-weight:bold;}'
    ]
  ,forceSingleLine: true
  ,selectable: true
  ,wmode: 'transparent'
});