var typ1451 = { src: 'flash/typ1451.swf' };
var klavikalight = { src: 'flash/klavikalight.swf' };
 
sIFR.activate (typ1451, klavikalight);

sIFR.replace(klavikalight, {
      selector: 'h1.body',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#ffffff; text-transform: lowercase; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(typ1451, {
      selector: 'h1.strap',
      css: [
      '.sIFR-root { font-size:27px; font-weight:normal; color:#ffffff; text-transform: uppercase; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(klavikalight, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:18px; color:#ffffff; text-transform: lowercase; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(klavikalight, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size:12px; color:#ffffff; text-transform: uppercase; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});