var gothic = {
  src: 'Files/Billeder/swf/centurygothic.swf'
};

sIFR.activate(gothic);

sIFR.replace(gothic, {
  selector: 'h1',
  css: [
      '.sIFR-root { text-align: left; font-weight: left; color: #000000; }',
	  'a { text-decoration: none; }',
      'a:link { color: #000000; }',
      'a:hover { color: #CCCCCC; }'
    ],
  wmode: 'transparent',
  tuneHeight: '-5'
});

sIFR.replace(gothic, {
  selector: 'h2',
  css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #000000; text-transform:uppercase;}',
      'a { text-decoration: none;}',
      'a:link { color: #000000; }',
      'a:hover { color: #000000; }'
    ],
  wmode: 'transparent',
  tuneHeight: '-5'
});



