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

