//Nieuwe font aanmaken

var combuis = {
src: '/plugins/sifr/framdcn.swf'
,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 20, 1.22, 28, 1.19, 30, 1.17, 31, 1.18, 45, 1.17, 61, 1.16, 62, 1.15, 65, 1.16, 66, 1.15, 67, 1.16, 109, 1.15, 110, 1.14, 116, 1.15, 118, 1.14, 122, 1.15, 1.14]
};

//Font activeren
sIFR.activate(combuis);

//Ratio's berekenen
//sIFR.debug.ratios({ src: '/plugins/sifr/fontin_sans_bi_45b.swf', selector: 'h1' });

//Replacements
sIFR.replace(combuis, {
    selector: 'h1'
    ,wmode: 'transparent'
	,css: [
		'h1 { color:#4c4c4c; }'
		,'h1 { text-decoration:none; }'
    ]
});
sIFR.replace(combuis, {
    selector: 'h3'
    ,wmode: 'transparent'
	,css: [
		'h3 { color:#EEA600; }'
		,'h3 { text-decoration:none; }'
    ]
});

sIFR.replace(combuis, {
    selector: 'h2.msg'
    ,wmode: 'transparent'
	,css: [
		'h2 { color:#EEA600; }'
		,'h2 { text-decoration:none; }'
    ]
});

sIFR.replace(combuis, {
    selector: 'h2.title'
    ,wmode: 'transparent'
	,css: [
		'h2 { font-size:14px; }'
		,'h2 { text-decoration:none; }'
    ]
});

sIFR.replace(combuis, {
    selector: 'h2'
    ,wmode: 'transparent'
	,css: [
		'h2 { color:#535353; }'
		,'h2 { text-decoration:none; }'
    ]
});
