  // Determines if the Flash movie can be loaded from localhost. Can be true or false.
  // sIFR.fromLocal = '';

  // Lets you define some CSS to render the text. You can select class names and element names (not sure about id's). You cannot combine an element name and a class name.
  // sIFR.styles.parseCSS()

  // An array containing the domains from which the movie can be loaded. Use '*' to allow loading from all domains.
  // sIFR.domains = ['novemberborn.net'];

  // If you are updating from the Alpha, please note that the source refences have changeda
  var frut1 = {
    src: '../swf/frutiger57_flash8.swf',
    highsrc: '../swf/frutiger57_flash8.swf'
  };

  var frut2 = {
    src: '../swf/frutiger47_flash8.swf',
    highsrc: '../swf/frutiger47_flash8.swf'
  };

  var frut3 = {
    src: '../swf/frutiger47_flash8.swf',
    highsrc: '../swf/frutiger47_flash8.swf'
  };
  
  var frut4 = {
    src: '../swf/frutiger57_flash8.swf',
    highsrc: '../swf/frutiger57_flash8.swf'
  };

  var frut5 = {
    src: '../swf/frutiger57_flash8.swf',
    highsrc: '../swf/frutiger57_flash8.swf'
  };

  sIFR.prefetch(frut1,frut2,frut3);

  // nur Falsh 8 erlauben
  //sIFR.useAdvancedModeOnly();

  // für ältere Browser
  //sIFR.compatMode = true;

  sIFR.activate();

  sIFR.replace(frut1, {
    selector: 'h1.x',
    wmode: 'transparent',
    css: [
      '.sIFR-root { color: #003399; }',
      '.sIFR-root a { color: #003399; text-decoration: none; }',
      '.sIFR-root a:hover { color: #000000; }'
    ]
  });

  sIFR.replace(frut2, {
    selector: 'h1.startseite',
    wmode: 'transparent',
    css: [
      '.sIFR-root { color: #003399; }'
    ]
  });
  
  sIFR.replace(frut3, {
    selector: 'h2',
    wmode: 'transparent',
    css: [
      '.sIFR-root { color: #003399; }'
    ]
  });
  
  sIFR.replace(frut4, {
    selector: 'h4.black',
    wmode: 'transparent',
    css: [
      '.sIFR-root { color: #000000; }'
    ]
  });
  
    sIFR.replace(frut5, {
    selector: 'h4.blue',
    wmode: 'transparent',
    css: [
      '.sIFR-root { color: #003399; }'
    ]
  });
