var avenir = {
src: '_flash/avenir3.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] // uitzetten bij herberekening
};

//sIFR.debug.ratios({ src: 'flash/avenir.swf', selector: 'h1' }); // uitrekenen ratios

sIFR.useStyleCheck = true;
sIFR.activate(avenir);



// de menu items, moet eerst!
sIFR.replace(avenir, {
 selector: 'h5.reg'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:12px; color:#ffffff; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #ffffff; text-decoration:underline; }'
 ]
});

sIFR.replace(avenir, {
 selector: 'h5.last'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: bold; font-size:12px; color:#61af19; }'
	,'a { text-decoration: none; color:#61af19; }'
	,'a:link { color: #61af19; }'
	,'a:hover { color: #61af19; text-decoration:underline; }'
 ]
});

sIFR.replace(avenir, {
 selector: 'h2.ar'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: right; font-weight: normal; font-size:16px; color:#61AF19; letter-spacing: 0.4; }'
	,'a { text-decoration: none; color:#61af19; }'
	,'a:link { color: #61af19; }'
	,'a:hover { color: #000000; text-decoration:underline; }'
 ]
});

// standaard vervangingen
sIFR.replace(avenir, {
 selector: 'h1'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:18px; color:#61AF19; letter-spacing: 0; }'
	,'a { text-decoration: none; color:#61af19; }'
	,'a:link { color: #61af19; }'
	,'a:hover { color: #000000; text-decoration:underline; }'
 ]
});

sIFR.replace(avenir, {
 selector: 'h2'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:16px; color:#61AF19; letter-spacing: 0.4; }'
	,'a { text-decoration: none; color:#61af19; }'
	,'a:link { color: #61af19; }'
	,'a:hover { color: #000000; text-decoration:underline; }'
 ]
});

sIFR.replace(avenir, {
 selector: 'h3'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:13px; color:#61AF19; letter-spacing: 0; }'
	,'a { text-decoration: none; color:#61af19; }'
	,'a:link { color: #61af19; }'
	,'a:hover { color: #000000; text-decoration:underline; }'
 ]
});

sIFR.replace(avenir, {
 selector: 'h5'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:12px; color:#61af19; letter-spacing: 0; }'
 ]
});

sIFR.replace(avenir, {
 selector: 'h6'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:12px; color:#61af19; letter-spacing: 0; }'
 ]
});