  var lucida = {
    src: 'helv_45.swf'
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(lucida);

  
    sIFR.replace(lucida, {
    selector: 'h1'
    ,css: {
      '.sIFR-root': { 'text-align': 'left', 'font-weight': 'normal', 'color': '#ffffff', 'font-size': '20px', 'margin-bottom': '20px' }
    }
   ,wmode: 'transparent' 
  });