var minionpro = {
	src: './flash/minion_pro.swf'
	,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 107, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]
};
var minionpro_medium = {
	src: './flash/minion_pro_medium.swf'
	,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 107, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]
};

var imagomedium = {
	src: './flash/imago_medium.swf'
	,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 107, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]
};


/* IMAGO */
sIFR.activate(imagomedium);

sIFR.replace(imagomedium, {
	selector: 'h3.h3blauw'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {text-align: left; color: #0067B1; font-size: 14px; font-weight: bold }'
	]
	,offsetTop: -3
	,tuneHeight: -7
});	

sIFR.replace(imagomedium, {
	selector: 'h2'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {text-align: left; color: #ffffff; font-size: 15px; font-weight: bold }'
	]
	,offsetTop: -3
	,tuneHeight: 0
});	

sIFR.replace(imagomedium, {
	selector: 'h4'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {text-align: left; color: #ffffff; font-size: 16px; font-weight: bold; }'
	]
	,offsetTop: 0
	,tuneHeight: 0
});	

/*sIFR.replace(imagomedium, {
	selector: '#wrapper_menu li'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {text-align: left; color: 393939; font-size: 15px; font-weight: normal;  }' ,'a { text-align: left; color: 393939; font-size: 15px; font-weight: normal; text-decoration: none; }' ,'a:link { color: 393939; }' ,'a:hover { color: #0067B1; }'
	]
	,offsetTop: 0
	,tuneHeight: 0
});	*/

/* MINION PRO */
sIFR.activate(minionpro);

sIFR.replace(minionpro, {
	selector: 'h1.onderdeel'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {text-align: left; color: #0067B1; font-size: 36px; font-style: italic;}'
	]
	,offsetTop: 0
	,tuneHeight: 0
});	

sIFR.replace(minionpro, {
	selector: 'h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {text-align: left; color: #ffffff; font-size: 36px; font-style: italic;}'
	]
	,offsetTop: -10
	,tuneHeight: -5
});	

sIFR.replace(minionpro, {
	selector: 'h3'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {text-align: left; color: #393939; font-size: 20px; font-style: italic; leading: -5px;}'
	]
	,offsetTop: -5
	,tuneHeight: -10
});	


