/*--------------------------------------------------------------------
sifr config file - Frontoffice

Version: 1.0
Copyright: 2009, dicode® VOF - understanding internet
W: www.dicode.nl
E: info@dicode.nl
T: 0570-750680
--------------------------------------------------------------------*/

var sifr_font = {
    src: siteurl+'js/Century.swf'
  };

sIFR.activate(sifr_font);

sIFR.replace(sifr_font, {
    selector: 'h1',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #161d37; background-color: none; font-size: 26px; }'
    ]
  }); 

sIFR.replace(sifr_font, {
    selector: 'h2',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #8b9b32; background-color: none; font-size: 20px; }'
    ]
  });
 
sIFR.replace(sifr_font, {
    selector: 'h3',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #ffffff; background-color: none; font-size: 24px; }'
    ]
  });

sIFR.replace(sifr_font, {
    selector: 'h5',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #161d37; background-color: none; font-size: 20px; }'
    ]
  }); 

