// set fonts
var coconBold    = { src: '/swf/cocon-bold.swf' };
var coconLight   = { src: '/swf/cocon-light.swf' };
var coconRatios  = [8, 1.42, 9, 1.33, 12, 1.35, 14, 1.29, 15, 1.3, 19, 1.28, 27, 1.27, 28, 1.25, 32, 1.26, 33, 1.24, 34, 1.25, 48, 1.24, 52, 1.23, 53, 1.24, 73, 1.23, 76, 1.22, 77, 1.23, 81, 1.22, 82, 1.23, 1.22];

sIFR.domains = ['www.uitinleidscherijn.nl.dev', 'uitinleidscherijn.leukeleu.nl', 'www.uitinleidscherijn.nl', 'uitinleidscherijn.nl'];

sIFR.activate(coconBold);
sIFR.activate(coconLight);

sIFR.replace(coconBold, {
	ratios: coconRatios,
	selector: 'h1#page_title',
	wmode: 'transparent',
	css: [ '.sIFR-root { color: #a2d030; }' ]
});

sIFR.replace(coconLight, {
	ratios: coconRatios,
	selector: '#cnr_ctt_main h1',
	wmode: 'transparent',
	css: [ '.sIFR-root { color: #a2d030; }' ]
});

sIFR.replace(coconBold, {
	ratios: coconRatios,
	selector: 'form h3',
	wmode: 'transparent',
	css: [ '.sIFR-root { color: #ffffff; }' ]
});

sIFR.replace(coconBold, {
	ratios: coconRatios,
	selector: 'div.questions h2',
	wmode: 'transparent',
	css: [ '.sIFR-root { color: #ffffff; }' ]
});
