/*--------------------------------------------------------------------
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/sifr/swf/DINAlternate.swf'
  };

sIFR.activate(sifr_font);
sIFR.fitExactly = true;
sIFR.preventWrap = true;

/*
function dosIFR() {
	sIFR.replace(sifr_font, {
	    selector: 'h1',
		wmode: 'transparent',
		css: [
	      '.sIFR-root { color: #48baf7; background-color: none; font-size: 30px; }'
	    ]
	  }); 
	
	sIFR.replace(sifr_font, {
	    selector: 'h2',
		wmode: 'transparent',
		css: [
	      '.sIFR-root { color: #002246; background-color: none; font-size: 22px; }'
	    ]
	  });
	 
	sIFR.replace(sifr_font, {
	    selector: 'h3',
		wmode: 'transparent',
		css: [
	      '.sIFR-root { color: #002246; background-color: none; font-size: 14px; }'
	    ]
	  });
}

$(document).ready(function() {
	dosIFR();
});

*/

