var helv_h1 = {
      src: 'scripts/helv_h1.swf'
};
 
sIFR.activate(helv_h1);
 
sIFR.replace(helv_h1, {
      selector: 'h1',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#194269; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#194269; }'
      ],
      wmode: 'transparent'
});


