var hvn = {
src: '/flash/hvn.swf'
,ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09] // zet uit bij herberekening
};

//sIFR.debug.ratios({ src: 'flash/hvn.swf', selector: 'h1' }); // uitrekenen ratios

sIFR.useStyleCheck = true;
sIFR.activate(hvn);

sIFR.replace(hvn, {
 selector: 'h1'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:20px; color:#141654;}'
	,'a { text-decoration: none; color:#003162; }'
	,'a:link { color: #003162; }'
	,'a:hover { color: #CCCCCC; text-decoration:underline; }'
 ]
});

sIFR.replace(hvn, {
 selector: 'h2'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:16px; color:#141654; }'
	,'a { text-decoration: none; color:#003162; }'
	,'a:link { color: #003162; }'
	,'a:hover { color: #003162; text-decoration:underline; }'
 ]
});

sIFR.replace(hvn, {
 selector: 'h3'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:16px; color:#ffffff; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #CCCCCC; text-decoration:underline; }'
 ]
});

sIFR.replace(hvn, {
 selector: 'h4'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:40px; color:#ffffff; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #CCCCCC; text-decoration:underline; }'
 ]
});
sIFR.replace(hvn, {
 selector: 'h5'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:13px; color:#ffffff; margin-left:5px; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #d8b511; text-decoration:none; }'
 ]
});