/*****************************************************************************
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.
*****************************************************************************/

// Make an object pointing to the location of the Flash movie on your web server.
// Try using the font name as the variable name, makes it easy to remember which
// object you're using. As an example in this file, we'll use Futura.
var thesans = { src: 'scripts/swf/sifr_thesans.swf' };
										   
sIFR.activate(thesans);

sIFR.replace(thesans, {
  wmode: 'transparent',
  selector: 'h2.navigatie',
  css: ['.sIFR-root { color: #555555; text-transform: font-size:15px;}',
	'a { color: #555555; text-decoration: none;}',
	'a:hover{ color: #0058a7; text-decoration: none;}'],
  forceSingleLine: true
});

sIFR.replace(thesans, {
  wmode: 'transparent',
  selector: 'h1.tekst',
  css: ['.sIFR-root { color: #0a598d; font-size:26px; line-height: 30px;}'] 
});

sIFR.replace(thesans, {
  wmode: 'transparent',
  selector: 'h1.blok1',
  css: ['.sIFR-root { color: #0a598d; font-size:16px; line-height: 0px;}'], 
  forceSingleLine: true
});

sIFR.replace(thesans, {
  wmode: 'transparent',
  selector: 'h1.nouvelleTitel',
  css: ['.sIFR-root { color: #FFFFFF; font-size:17px; line-height: 0px;}'], 
  forceSingleLine: true
});

sIFR.replace(thesans, {
  wmode: 'transparent',
  selector: 'h3.appelez',
  css: ['.sIFR-root { color: #FFFFFF; font-size:18px;}'], 
  forceSingleLine: true
});

sIFR.replace(thesans, {
  wmode: 'transparent',
  selector: 'h3.code',
  css: ['.sIFR-root { color: #FFFFFF; font-size:12px;}'], 
  forceSingleLine: true
});

sIFR.replace(thesans, {
  wmode: 'transparent',
  selector: 'h1.titel',
  css: ['.sIFR-root { color:#0a598d; font-size:26px; line-height: 0px;}'], 
  forceSingleLine: false
});

sIFR.replace(thesans, {
  wmode: 'transparent',
  selector: 'h1.titel',
  css: ['.sIFR-root { color:#0a598d; font-size:26px; line-height: 0px;}'], 
  forceSingleLine: true
});

sIFR.replace(thesans, {
  wmode: 'transparent',
  selector: 'h1.TitelBoven',
  css: ['.sIFR-root { color:#b6d008; font-size:26px; line-height: 0px;}',
	'a { color: #b6d008; text-decoration: none;}',
	'a:hover{ color: #b6d008; text-decoration: underline;}'], 
  forceSingleLine: true
});

sIFR.replace(thesans, {
  wmode: 'transparent',
  selector: 'h1.TitelOnder',
  css: ['.sIFR-root { color:#235086; font-size:15px; line-height: 0px;}',
	'a { color: #235086; text-decoration: underline;}',
	'a:hover{ color: #406b9e; text-decoration: underline;}'], 
  forceSingleLine: true
});

