// Initialise the fonts
var Baar = {
  src: '/fonts/baar.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(Baar);

// Replace the fonts
sIFR.replace(Baar, {
	selector: '#headerCntr h3'
		,css: [
	    	'.sIFR-root { font-size: 18px; color: #AB179D; text-align: center; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});
sIFR.replace(Baar, {
	selector: '.menuBox li.active'
		,css: [
	    	'.sIFR-root { font-size: 14px; color: #349f99; }'
			,'a { text-decoration: none; color: #349f99; }'
			,'a:hover { text-decoration: none; color: #349f99; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});sIFR.replace(Baar, {
	selector: '.menuBox li'
		,css: [
	    	'.sIFR-root { font-size: 14px; color: #a04899; }'
			,'a { text-decoration: none; color: #a04899; }'
			,'a:hover { text-decoration: none; color: #349f99; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});
sIFR.replace(Baar, {
	selector: '.textBox h2, .jottumBox h1, .vraagBox h2'
		,css: [
	    	'.sIFR-root { font-size: 16px; color: #AB179D; font-weight: normal; }'
	  	]
		,transparent: true
});
sIFR.replace(Baar, {
	selector: '.zoekenBox label'
		,css: [
	    	'.sIFR-root { font-size: 16px; color: #a04899; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});
sIFR.replace(Baar, {
	selector: '.vraagBox h3'
		,css: [
	    	'.sIFR-root { font-size: 16px; color: #80AE35; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});
sIFR.replace(Baar, {
	selector: '.onlineBox h2, .serviceBox h2, .klantenBox h2, .loginBox h2, .wishlistBox h2, .nieuwsBox h2, .labelBox h2'
		,css: [
	    	'.sIFR-root { font-size: 16px; color: #80AE35; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});
sIFR.replace(Baar, {
	selector: '.offerBox h2'
		,css: [
	    	'.sIFR-root { font-size: 16px; color: #80AE35; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});