var swis721lt = {
      src: 'flash/swis721lt.swf'
};
 
sIFR.activate(swis721lt);

sIFR.replace(swis721lt, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size:23px; font-weight:normal; color:#ffffff;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(swis721lt, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#333333;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});
