var theMix = {
src: 'http://www.despecialistenwijzer.nl/_flash/theMix.swf'
,ratios: [9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09] // uitzetten bij herberekening 
};

var theSans = {
src: 'http://www.despecialistenwijzer.nl/_flash/theSans.swf'
,ratios: [9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09] // uitzetten bij herberekening 
};

// sIFR.debug.ratios({ src: 'flash/theMix.swf', selector: 'h1' }); // uitrekenen ratios, is alleen voor h1, je kunt dus per H-tag een nieuwe variabele met eigen ratios kunnen berekenen.
// sIFR.debug.ratios({ src: 'flash/theSans.swf', selector: 'h4' });
var roguesansbold = {
src: 'http://www.despecialistenwijzer.nl/_flash/roguesansbold.swf'
,ratios: [9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09] // uitzetten bij herberekening 
};

// sIFR.debug.ratios({ src: 'flash/theMix.swf', selector: 'h1' }); // uitrekenen ratios, is alleen voor h1, je kunt dus per H-tag een nieuwe variabele met eigen ratios kunnen berekenen.
// sIFR.debug.ratios({ src: 'flash/theSans.swf', selector: 'h4' });



sIFR.useStyleCheck = true;
sIFR.activate(theMix);
sIFR.activate(theSans);


// de menu items, moet eerst!
sIFR.replace(roguesansbold, {
 selector: 'h5.menuHeading'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:12px; color:#ec732c; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #d8b511; text-decoration:none; }'
 ]
});



// standaard vervangingen
sIFR.replace(roguesansbold, {
 selector: 'h1.sifr'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: center; font-weight: normal; font-size:26px; color:#5f227b;}'
	,'a { text-decoration: none; color:#5f227b; }'
	,'a:link { color: #5f227b; }'
	,'a:hover { color: #5f227b; text-decoration:underline; }'
 ]
});
/*
sIFR.replace(roguesansbold, {
 selector: 'h2'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:26px; color:#d63f85; }'
	,'a { text-decoration: none; color:#d63f85; }'
	,'a:link { color: #d63f85; }'
	,'a:hover { color: #d63f85; text-decoration:underline; }'
 ]
});
*/
/*
sIFR.replace(roguesansbold, {
 selector: 'h2.left'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:15px; color:#d63f85; }'
	,'a { text-decoration: none; color:#d63f85; }'
	,'a:link { color: #d63f85; }'
	,'a:hover { color: #d63f85; text-decoration:underline; }'
 ]
});
*/
sIFR.replace(roguesansbold, {
 selector: 'h3.sifr'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: center; font-weight: normal; font-size:18px; color:#d63f85; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #CCCCCC; text-decoration:underline; }'
 ]
});
/*
sIFR.replace(roguesansbold, {
 selector: 'h4'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:18px; color:#5f227b; }'
	,'a { text-decoration: none; color:#5f227b; }'
	,'a:link { color: #5f227b; }'
	,'a:hover { color: #d63f85; text-decoration:underline; }'
 ]
});
*/
/*
sIFR.replace(roguesansbold, {
 selector: 'h5'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:18px; color:#d63f85; }'
	,'a { text-decoration: none; color:#d63f85; }'
	,'a:link { color: #d63f85; }'
	,'a:hover { color: #d63f85; text-decoration:underline; }'
 ]
});
*/
/*
sIFR.replace(roguesansbold, {
 selector: 'h6'
 ,wmode: 'transparent'
 ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size:26px; color:#55bfcf; }'
	,'a { text-decoration: none; color:#ffffff; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #5f227b; text-decoration:none; }'
 ]
});

*/










