/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/


// Schriften umwandeln auf: /VERSION 3.1 http://www.sifrgenerator.com/wizard.html

//  h1 UEBERSCHRIFT
var futur = { src: '/fileadmin/INTERNET/sifr/futuramc.swf' };
sIFR.activate(futur);
sIFR.replace(futur, {
  selector: 'h1', wmode: 'transparent',
  css: ['.sIFR-root { color: #664930; }']
});

//  h2 UEBERSCHRIFT
var futurb = { src: '/fileadmin/INTERNET/sifr/futuramc.swf' };
sIFR.activate(futurb);
sIFR.replace(futurb, {
  selector: 'h2', wmode: 'transparent',
  css: ['.sIFR-root { color: #949494; }']
});

//  h4 UEBERSCHRIFT
var futurd = { src: '/fileadmin/INTERNET/sifr/futuramc.swf' };
sIFR.activate(futurd);
sIFR.replace(futurd, {
  selector: 'h4', wmode: 'transparent',
  css: ['.sIFR-root { color: #ffffff; }']
});

//  h5 UEBERSCHRIFT
var futurc = { src: '/fileadmin/INTERNET/sifr/futuramc.swf' };
sIFR.activate(futurc);
sIFR.replace(futurc, {
  selector: 'h5', wmode: 'transparent',
  css: ['.sIFR-root { color: #ffffff; }']
});
