/*****************************************************************************
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 gillsans = { src: 'http://www.msg-motion.de/fileadmin/1-MSG-MOTION/sifr/gillsans.swf' };
sIFR.activate(gillsans);
sIFR.replace(gillsans, {
  selector: 'h1', wmode: 'transparent',
  css: ['.sIFR-root { color: #55646C; }']
});

//  h2 UEBERSCHRIFT
var gillsansb = { src: 'http://www.msg-motion.de/fileadmin/1-MSG-MOTION/sifr/gillsans.swf' };
sIFR.activate(gillsansb);
sIFR.replace(gillsansb, {
  selector: 'h2', wmode: 'transparent',
  css: ['.sIFR-root { color: #55646C; }']
});

//  h3 UEBERSCHRIFT
var gillsansc = { src: 'http://www.msg-motion.de/fileadmin/1-MSG-MOTION/sifr/gillsans.swf' };
sIFR.activate(gillsansc);
sIFR.replace(gillsansc, {
  selector: 'h3', wmode: 'transparent',
  css: ['.sIFR-root { color: #55646C; }']
});
