
// Initialise the fonts
var dax = {
  src: '/dax.swf'
  ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

// Activate the fonts
sIFR.activate(dax);

sIFR.replace(dax, {
	selector: '#footerCntr h3'
		,css: [
	    	'.sIFR-root { font-size: 17px; color: #999999; font-weight: none; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});

// Replace the fonts
sIFR.replace(dax, {
	selector: 'h3'
		,css: [
	    	'.sIFR-root { font-size: 19px; color: #3f4355; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});

sIFR.replace(dax, {
	selector: '.introBox h1'
		,css: [
	    	'.sIFR-root { font-size: 21px; color: #ffffff; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});

sIFR.replace(dax, {
	selector: '.caseBox h3, .nieuwsBox h3, .werkBox h3, .textBox h3'
		,css: [
	    	'.sIFR-root { font-size: 21px; color: #5d5c6b; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});

sIFR.replace(dax, {
	selector: '.infoBox h3'
		,css: [
	    	'.sIFR-root { font-size: 16px; color: #d2d504; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});

sIFR.replace(dax, {
	selector: '.kol h2'
		,css: [
	    	'.sIFR-root { font-size: 18px; color: #3f4355; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});
