// Set font to use with sIFR
var theMixSemiBoldCaps		= { src: '/api/js/sifr3/flash/sifr_themixsemiboldcaps.swf' };
var theMixExtraLightPlain	= { src: '/api/js/sifr3/flash/sifr_themixextralightplain.swf' };
var theMixLightCaps			= { src: '/api/js/sifr3/flash/sifr_themixlightcaps.swf' };
var theMixSemiLightCaps		= { src: '/api/js/sifr3/flash/sifr_themixsemilightcaps.swf' };

sIFR.useStyleCheck 	= true;

// Activate font
sIFR.activate(theMixSemiBoldCaps);
sIFR.activate(theMixExtraLightPlain);
sIFR.activate(theMixLightCaps);
sIFR.activate(theMixSemiLightCaps);

// Replace panel HEADERS
sIFR.replace(theMixSemiBoldCaps, { 
			 selector: 'h1', 
			 preventWrap: true, 
			 forceWidth: true,
			 fitExactly: true,
			 tuneWidth: 20,
			 wmode: 'transparent', 
			 css: [ '.sIFR-root {color:#004a84; font-size: 20; forceWidth: true, fitExactly: true; margin-top: 5px;}' ] 
			 });

// 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 HOMEPAGE text
sIFR.replace(theMixExtraLightPlain, { 
			 selector: '.sifrHomepageText', 
			 preventWrap: false, 
			 forceWidth: true,
			 fitExactly: true,
			 tuneWidth: 25,
			 wmode: 'transparent', 
			 css: [ '.sIFR-root {color:#000000; font-size: 15;}' ] 
			 });

// Replace MENU items
sIFR.replace(theMixSemiBoldCaps, { 
			 selector: '.sifrOnderwerp', 
			 preventWrap: true, 
			 forceWidth: true,
			 fitExactly: true,
			 tuneWidth: 20,
			 wmode: 'transparent', 
			  css: [ 'a {color: #444444; text-decoration: none; font-size: 12;}','a:hover {color: #005b9c; text-decoration: none;}' ] 
			 });

// Replace MENU items
sIFR.replace(theMixSemiLightCaps, { 
			 selector: '.sifrHomepageButton', 
			 preventWrap: false, 
			 fitExactly: false,
			 tuneWidth: 0,
			 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;}' ] 
			 });

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

// Replace checklist questions
sIFR.replace(theMixLightCaps, { 
			 selector: '.question-text', 
			 preventWrap: false, 
			 forceWidth: true,
			 fitExactly: true,
			 tuneWidth: 20,
			 wmode: 'transparent', 
			 css: [ '.sIFR-root {color:#6b6d6f; font-size: 20; forceWidth: true, fitExactly: true; margin-top: 5px;}' ] 
});

// Replace checklist answers
sIFR.replace(theMixLightCaps, { 
			 selector: '.question-yes', 
			 preventWrap: false, 
			 forceWidth: true,
			 fitExactly: true,
			 tuneWidth: 20,
			 wmode: 'transparent', 
			 css: [ '.sIFR-root {color:#000000; font-size: 20; forceWidth: true, fitExactly: true; margin-top: 5px;}' ] 
});

// Replace checklist answers
sIFR.replace(theMixLightCaps, { 
			 selector: '.question-no', 
			 preventWrap: false, 
			 forceWidth: true,
			 fitExactly: true,
			 tuneWidth: 20,
			 wmode: 'transparent', 
			 css: [ '.sIFR-root {color:#000000; font-size: 20; forceWidth: true, fitExactly: true; margin-top: 5px;}' ] 
});


