// Set font to use with sIFR
var foundryOriginBook		= { src: '/api/js/sifr3/flash/sifr_foundryoriginbook.swf' };

sIFR.useStyleCheck 	= true;

// Activate font
sIFR.activate(foundryOriginBook);

// -- H1 HEADER -------------------- //
sIFR.replace(foundryOriginBook, { 
			 selector: 'h2, h1', 
			 preventWrap: false, 
			 forceWidth: true,
			 fitExactly: true,
			 tuneWidth: 20,
			 wmode: 'transparent', 
			 css: [ '.sIFR-root {color:#000000; font-size: 24; forceWidth: true, fitExactly: true;}','a {color:#000000; font-size: 24; forceWidth: true, fitExactly: true;}',
				    'a:hover {color:#000000; font-size: 24; forceWidth: true, fitExactly: true; text-decoration:none;}' ] 
			 });

// -- H4 HEADER -------------------- //
sIFR.replace(foundryOriginBook, { 
			 selector: 'h0', 
			 preventWrap: false, 
			 forceWidth: true,
			 fitExactly: true,
			 tuneWidth: 20,
			 wmode: 'transparent', 
			 css: [ '.sIFR-root {color:#000000; font-size: 18; forceWidth: true, fitExactly: true;}','a {color:#000000; font-size: 18; forceWidth: true, fitExactly: true;}',
				    'a:hover {color:#000000; font-size: 18; forceWidth: true, fitExactly: true; text-decoration:none;}' ] 
			 });

// -- KERNWAARDE -------------------- //
sIFR.replace(foundryOriginBook, { 
			 selector: '#kernwaarde-color p', 
			 preventWrap: true, 
			 forceWidth: true,
			 fitExactly: true,
			 tuneWidth: 20,
			 wmode: 'transparent', 
			 css: [ '.sIFR-root {color: '+customSifrColor+'; font-size: 32; forceWidth: true, fitExactly: true;}' ] 
			 });

// -- NAVIGATIE KNOP (KLEIN) -------------------- //
/*
sIFR.replace(foundryOriginBook, { 
			 selector: '.menu-button-small', 
			 preventWrap: true, 
			 forceWidth: true,
			 fitExactly: true,
			 tuneWidth: 20,
			 wmode: 'transparent', 
			 css: [ '.sIFR-root {forceWidth: true, fitExactly: true;}', 
				    'a {color: #000000; text-decoration: underline; font-size: 16;}',
					'a:hover {color: #000000; text-decoration: none;}' ] 
			 });
*/

// -- NAVIGATIE KNOP (GROOT) -------------------- //
/*
sIFR.replace(foundryOriginBook, { 
			 selector: '.menu-button-large', 
			 preventWrap: true, 
			 forceWidth: true,
			 fitExactly: true,
			 tuneWidth: 20,
			 wmode: 'transparent', 
			 css: [ '.sIFR-root {forceWidth: true, fitExactly: true;}', 
				    'a {color: #000000; text-decoration: underline; font-size: 24;}',
					'a:hover {color: #000000; text-decoration: none;}' ] 
			 });
*/
/*
// Replace panel HEADERS
sIFR.replace(theMixExtraLightPlain, { 
			 selector: 'h2', 
			 preventWrap: true, 
			 forceWidth: true,
			 fitExactly: true,
			 tuneWidth: 20,
			 wmode: 'transparent', 
			 css: [ '.sIFR-root {color:#004a84; font-size: 18; forceWidth: true, fitExactly: true; margin-top: 5px;}' ] 
			 });

// Replace MENU items
sIFR.replace(theMixSemiLightCaps, { 
			 selector: '.sifrHomepageButton', 
			 preventWrap: false, 
			 fitExactly: true,
			 tuneWidth: 10,
			 wmode: 'transparent', 
			  css: [ '.sIFR-root {color:#004a84; font-size: 19; line-height:14px;}', 'a {color: #000000; text-decoration: none; font-size: 16;}','a:hover {color: #005b9c; text-decoration: none;}' ] 
			 });
*/
